Udostępnij przez


Właściwość ChartAxis.Interval

Pobiera domyślny interwał między liniami siatki, tickmarks i etykiety.

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

Składnia

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

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