GaugeScale.IntervalOffset Property

Default offset for the first tick mark and label.

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

Syntax

'Declaration
Public ReadOnly Property IntervalOffset As ReportDoubleProperty 
    Get
'Usage
Dim instance As GaugeScale 
Dim value As ReportDoubleProperty 

value = instance.IntervalOffset
public ReportDoubleProperty IntervalOffset { get; }
public:
property ReportDoubleProperty^ IntervalOffset {
    ReportDoubleProperty^ get ();
}
member IntervalOffset : ReportDoubleProperty
function get IntervalOffset () : ReportDoubleProperty

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

See Also

Reference

GaugeScale Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace