ChartAxis.IntervalOffset-Eigenschaft
Gets the default offset for the first tickmark from the axis min.
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 ChartAxis
Dim value As ReportDoubleProperty
value = instance.IntervalOffset
public ReportDoubleProperty IntervalOffset { get; }
public:
property ReportDoubleProperty^ IntervalOffset {
ReportDoubleProperty^ get ();
}
member IntervalOffset : ReportDoubleProperty
function get IntervalOffset () : ReportDoubleProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace