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)