Share via


LinearScale Class

Represents a linear scale to be drawn within a linear gauge.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class LinearScale _
    Inherits GaugeScale
'Usage
Dim instance As LinearScale
public class LinearScale : GaugeScale
public ref class LinearScale : public GaugeScale
type LinearScale =  
    class
        inherit GaugeScale
    end
public class LinearScale extends GaugeScale

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.GaugeScale
        Microsoft.ReportingServices.RdlObjectModel.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.