ChartLegendCustomItem.Marker Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Marker As ChartMarker
    Get
'Usage
Dim instance As ChartLegendCustomItem
Dim value As ChartMarker

value = instance.Marker
public ChartMarker Marker { get; }
public:
property ChartMarker^ Marker {
    ChartMarker^ get ();
}
member Marker : ChartMarker
function get Marker () : ChartMarker