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

In This Topic
    Margin Property (ChartAxis)
    In This Topic
    Gets or sets a value indicating whether an axis margin will be created. The size of the margin is automatically generated based on the scale and the number of data points.

    Default: C1.C1Rdl.TriState.Auto.

    Syntax
    'Declaration
     
    Public Property Margin As RdlEnum(Of TriState)
    public RdlEnum<TriState> Margin {get; set;}
    See Also