Condividi tramite


Proprietà IntervalOffset

Offset for the first tickmark from the axis min.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IntervalOffset As ReportDoubleProperty
    Get
'Utilizzo
Dim instance As ChartTickMarks
Dim value As ReportDoubleProperty

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