ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Margin Property

In This Topic
    Margin Property (IAxis)
    In This Topic
    Gets a value indicating whether an axis margin is created. The size of the margin is automatically generated based on the scale and the number of data points.
    Syntax
    'Declaration
     
    ReadOnly Property Margin As Boolean
    bool Margin {get;}

    Property Value

    A System.Boolean value. true if an axis margin is created; otherwise, false.
    See Also