Gets the marker for this data point.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public MustOverride ReadOnly Property Marker As ChartMarker
Get
用法
Dim instance As ChartDataPoint
Dim value As ChartMarker
value = instance.Marker
public abstract ChartMarker Marker { get; }
public:
virtual property ChartMarker^ Marker {
ChartMarker^ get () abstract;
}
abstract Marker : ChartMarker
abstract function get Marker () : ChartMarker
属性值
类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that represents the marker for this data point.