ChartSeries.ChartItemInLegend 属性

Gets how the series appears when displayed in a legend.

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

语法

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

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