ScalePin Class
Represents a pin value at one end of a GaugeScale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ScalePin _
Inherits TickMarkStyle
'Usage
Dim instance As ScalePin
public sealed class ScalePin : TickMarkStyle
public ref class ScalePin sealed : public TickMarkStyle
[<SealedAttribute>]
type ScalePin =
class
inherit TickMarkStyle
end
public final class ScalePin extends TickMarkStyle
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyle
Microsoft.ReportingServices.OnDemandReportRendering.ScalePin
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.