GaugeScale Class

Represents a scale to be drawn within a gauge.

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

Syntax

'Declaration
Public MustInherit Class GaugeScale _
    Inherits GaugePanelObjectCollectionItem _
    Implements IROMStyleDefinitionContainer, IROMActionOwner
'Usage
Dim instance As GaugeScale
public abstract class GaugeScale : GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer, IROMActionOwner
public ref class GaugeScale abstract : public GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer, IROMActionOwner
[<AbstractClassAttribute>]
type GaugeScale =  
    class
        inherit GaugePanelObjectCollectionItem
        interface IROMStyleDefinitionContainer
        interface IROMActionOwner
    end
public abstract class GaugeScale extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer, IROMActionOwner

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.