alexa

    Show / Hide Table of Contents

    Enum ChartAxesLayoutMode

    Lists the different ways in which multiple axes will be rendered on the same side (X or Y)

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartAxesLayoutMode

    Fields

    Name Description
    SideBySide

    Multiple axes will be rendered one after the other, side-by-side.

    Stacking

    Multiple axes will be rendered in parallel.

    Back to top Generated by DocFX