Udostępnij przez


Właściwość ChartAxis.LabelIntervalOffset

Pobiera wartość przesunięcia dla pierwszej etykiety z min oś.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property LabelIntervalOffset As ReportDoubleProperty
    Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportDoubleProperty

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