ChartEmptyPoints.Marker 属性

Gets the marker for the empty points.

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

语法

声明
Public ReadOnly Property Marker As ChartMarker
    Get
用法
Dim instance As ChartEmptyPoints
Dim value As ChartMarker

value = instance.Marker
public ChartMarker Marker { get; }
public:
property ChartMarker^ Marker {
    ChartMarker^ get ();
}
member Marker : ChartMarker
function get Marker () : ChartMarker