ChartDataPoint.ChartMarker 属性

Defines appearance of the data point marker.

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

语法

声明
Public Property ChartMarker As ChartMarker
    Get
    Set
用法
Dim instance As ChartDataPoint
Dim value As ChartMarker

value = instance.ChartMarker

instance.ChartMarker = value
public ChartMarker ChartMarker { get; set; }
public:
property ChartMarker^ ChartMarker {
    ChartMarker^ get ();
    void set (ChartMarker^ value);
}
member ChartMarker : ChartMarker with get, set
function get ChartMarker () : ChartMarker
function set ChartMarker (value : ChartMarker)