Skip to main content
All docs
V25.1
  • RangeModel.SideMarginSizeUnit Property

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public SideMarginSizeUnit SideMarginSizeUnit { get; set; }

    Property Value

    Type
    SideMarginSizeUnit

    Available values:

    Name Description
    AxisUnit

    Side margins are specified in axis measurement units.

    AxisRangePercentage

    Side margins are specified as a percentage.

    See Also