Share via


ChartTickMarks.IntervalType Property

Units for the Interval.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property IntervalType As ReportExpression(Of ChartIntervalTypes)
    Get 
    Set
'Usage
Dim instance As ChartTickMarks 
Dim value As ReportExpression(Of ChartIntervalTypes)

value = instance.IntervalType

instance.IntervalType = value
public ReportExpression<ChartIntervalTypes> IntervalType { get; set; }
public:
property ReportExpression<ChartIntervalTypes> IntervalType {
    ReportExpression<ChartIntervalTypes> get ();
    void set (ReportExpression<ChartIntervalTypes> value);
}
member IntervalType : ReportExpression<ChartIntervalTypes> with get, set
function get IntervalType () : ReportExpression<ChartIntervalTypes>
function set IntervalType (value : ReportExpression<ChartIntervalTypes>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>
A ReportExpression<T> object.

See Also

Reference

ChartTickMarks Class

Microsoft.ReportingServices.RdlObjectModel Namespace