IAxesManager

IAxesManager interface

Provides access to chart axes.

public interface IAxesManager

Properties

NameDescription
HorizontalAxis { get; }Gets the chart’s horizontal axis. Read-only IAxis.
SecondaryHorizontalAxis { get; }Gets the chart’s secondary horizontal axis. Read-only IAxis.
SecondaryVerticalAxis { get; }Gets the chart’s secondary vertical axis. Read-only IAxis.
SeriesAxis { get; }Gets the chart’s series axis. Read-only IAxis.
VerticalAxis { get; }Gets the chart’s vertical axis. Read-only IAxis.

See Also