GaugeTickMarks Class

Represents major tick marks along a scale.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.TickMarkStyle
        Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks

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.