ChartDataPoint.ItemInLegend Property

Definition

Gets the legend properties for this data point.

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

Property Value

A ChartItemInLegend object that represents the legend properties for this data point.

Applies to