ChartDataPoint.ChartItemInLegend 属性

Defines how the data point appears when displayed in a legend (when Series.Type = Shape).

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ChartItemInLegend As ChartItemInLegend 
    Get 
    Set
用法
Dim instance As ChartDataPoint 
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.

请参阅

参考

ChartDataPoint 类

Microsoft.ReportingServices.RdlObjectModel 命名空间