Class AxisConfiguration
Represents the configuration of the chart's axes, including labels, ranges, and formatting.
Inheritance
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class AxisConfiguration : Object
Use AxisConfiguration to describe how a chart axis is set up when building charts in a Word document. It is the configuration object that carries axis settings into the charting model, so a developer placing a data chart in a report works with it to control the axis rather than leaving the default. It pairs with the other chart model types and is supplied while assembling a chart's appearance.
Construct one with new AxisConfiguration() and attach it where the chart model expects an axis configuration. The type is a plain configuration holder, so you build it up and hand it off as part of defining the chart rather than calling behavior on it directly. Because chart construction touches several related model types, treat this one as the axis-specific piece of that larger setup.
The document element tutorial walks the document object model, and the add table how-to shows the kind of structured data presentation charts complement.
Constructors
AxisConfiguration()
Declaration
public AxisConfiguration()