ChartSeries.Marker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the marker.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::ChartMarker ^ Marker { Microsoft::ReportingServices::OnDemandReportRendering::ChartMarker ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker Marker { get; }
member this.Marker : Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker
Public MustOverride ReadOnly Property Marker As ChartMarker
Property Value
A ChartMarker object.