Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / VariableAutoInterval Property

In This Topic
    VariableAutoInterval Property
    In This Topic
    Gets or sets a value indicating whether if an automatic interval is calculated, it should be based on available size. Otherwise, the interval will be calculated based only on the data range.
    Syntax
    'Declaration
     
    Public Property VariableAutoInterval As RdlBool
    public RdlBool VariableAutoInterval {get; set;}
    See Also