LinearScale Class
Represents a linear scale to be drawn within a linear gauge.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class LinearScale _
Inherits GaugeScale
'Usage
Dim instance As LinearScale
public sealed class LinearScale : GaugeScale
public ref class LinearScale sealed : public GaugeScale
[<SealedAttribute>]
type LinearScale =
class
inherit GaugeScale
end
public final class LinearScale extends GaugeScale
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
Microsoft.ReportingServices.OnDemandReportRendering.LinearScale
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.
See Also