Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the marker.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Marker As ChartMarker
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
A ChartMarker object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace