Condividi tramite


Proprietà ChartDataPoint.Marker

Gets the marker for this data point.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Marker As ChartMarker 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that represents the marker for this data point.

Vedere anche

Riferimento

ChartDataPoint Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering