ComponentOne CandlestickChart for ASP.NET Web Forms
Candlestick Chart Elements / Axes / Axis Position
In This Topic
    Axis Position
    In This Topic

    Using one property, you can specify the position of the chart axes. ChartAxis.Compass uses compass positions (North, South, East, or West) to position the axes elements.

    The ChartAxis.Compass property for the X Axis positions the axis at the top of the chart (North) or the bottom of the chart (South). By default, the ChartAxis.Compass property is set to South.

    The ChartAxis.Compass property for the Y Axis positions the axis at the left (West) or right (East) side of the chart. By default, the ChartAxis.Compass property is set to West.