Share via


ChartGridLines.IntervalOffsetType Property

Units for the IntervalOffset.

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

Syntax

'Declaration
Public Property IntervalOffsetType As ReportExpression(Of ChartIntervalOffsetTypes)
    Get
    Set
'Usage
Dim instance As ChartGridLines
Dim value As ReportExpression(Of ChartIntervalOffsetTypes)

value = instance.IntervalOffsetType

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