Свойство ChartSeries.ChartItemInLegend
Defines how the series appears when displayed in a legend.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ChartItemInLegend As ChartItemInLegend
Get
Set
'Применение
Dim instance As ChartSeries
Dim value As ChartItemInLegend
value = instance.ChartItemInLegend
instance.ChartItemInLegend = value
public ChartItemInLegend ChartItemInLegend { get; set; }
public:
property ChartItemInLegend^ ChartItemInLegend {
ChartItemInLegend^ get ();
void set (ChartItemInLegend^ value);
}
member ChartItemInLegend : ChartItemInLegend with get, set
function get ChartItemInLegend () : ChartItemInLegend
function set ChartItemInLegend (value : ChartItemInLegend)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ChartItemInLegend
A ChartItemInLegend object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel