ChartMarker Class

Represents a marker for displayed chart values.

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

Syntax

'Declaration
Public NotInheritable Class ChartMarker _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ChartMarker
public sealed class ChartMarker : IROMStyleDefinitionContainer
public ref class ChartMarker sealed : IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartMarker =  
    class
        interface IROMStyleDefinitionContainer
    end
public final class ChartMarker implements IROMStyleDefinitionContainer

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartMarker

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.