GaugeTickMarksInstance Class

Represents an instance type of the GaugeTickMarks class and contains the calculated values of the properties in GaugeTickMarks.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarksInstance

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

Syntax

'Declaration
Public NotInheritable Class GaugeTickMarksInstance _
    Inherits TickMarkStyleInstance
'Usage
Dim instance As GaugeTickMarksInstance
public sealed class GaugeTickMarksInstance : TickMarkStyleInstance
public ref class GaugeTickMarksInstance sealed : public TickMarkStyleInstance
[<SealedAttribute>]
type GaugeTickMarksInstance =  
    class
        inherit TickMarkStyleInstance
    end
public final class GaugeTickMarksInstance extends TickMarkStyleInstance

The GaugeTickMarksInstance type exposes the following members.

Properties

  Name Description
Public property DistanceFromScale Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property EnableGradient Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property GradientDensity Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property Hidden Gets the calculated value of the Hidden property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property Interval Gets the calculated value of the Interval property in a GaugeTickMarks class.
Public property IntervalOffset Gets the calculated value of the IntervalOffset property in a GaugeTickMarks class.
Public property Length Gets the calculated value of the Length property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property Placement Gets the calculated value of the Placement property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property Shape Gets the calculated value of the Shape property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property Style Gets the calculated value of the Style property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)
Public property Width Gets the calculated value of the Width property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ResetInstanceCache Infrastructure. (Inherited from TickMarkStyleInstance.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_defObject Infrastructure. (Inherited from TickMarkStyleInstance.)

Top

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.