ChartTickMarks.Interval Property

Gets an expression that evaluates to the interval between tickmarks.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Interval As ReportDoubleProperty
    Get
'Usage
Dim instance As ChartTickMarks
Dim value As ReportDoubleProperty

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