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

In This Topic
    IncludeZero Property (ChartAxis)
    In This Topic
    Gets or sets a value indicating whether the axis should always include zero. Ignored if Minimum is set.

    Default: True.

    Syntax
    'Declaration
     
    Public Property IncludeZero As RdlBool
    public RdlBool IncludeZero {get; set;}
    See Also