Partager via


Propriété IntervalOffset

Gets an expression that evaluates to the offset for the first tickmark from the axis min.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IntervalOffset As ReportDoubleProperty
    Get
'Utilisation
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