ChartDataPoint.ItemInLegend 属性

定义

获取此数据点的图例属性。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ChartItemInLegend ^ ItemInLegend { Microsoft::ReportingServices::OnDemandReportRendering::ChartItemInLegend ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend ItemInLegend { get; }
member this.ItemInLegend : Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend
Public MustOverride ReadOnly Property ItemInLegend As ChartItemInLegend

属性值

一个 ChartItemInLegend 对象,该对象表示此数据点的图例属性。

适用于