Propriedade do RDL ChartDataPoint.Marker
Gets the marker for this data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property Marker As ChartMarker
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object that represents the marker for this data point.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering