共用方式為


ChartSeries.Marker 屬性

Gets the marker.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property Marker As ChartMarker 
    Get
'用途
Dim instance As ChartSeries 
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.

請參閱

參考

ChartSeries 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間