ChartDataPoint.ItemInLegend 属性

Gets the legend properties for this data point.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property ItemInLegend As ChartItemInLegend 
    Get
用法
Dim instance As ChartDataPoint 
Dim value As ChartItemInLegend 

value = instance.ItemInLegend
public abstract ChartItemInLegend ItemInLegend { get; }
public:
virtual property ChartItemInLegend^ ItemInLegend {
    ChartItemInLegend^ get () abstract;
}
abstract ItemInLegend : ChartItemInLegend
abstract function get ItemInLegend () : ChartItemInLegend

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend
A ChartItemInLegend object that represents the legend properties for this data point.

请参阅

参考

ChartDataPoint 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间