The ChartArea type exposes the following members.

Constructors

  Name Description
Public method ChartArea
Initializes a new instance of the ChartArea class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartArea to the current object.
(Overrides NamedCollectionItem..::..AssignFrom(NamedCollectionItem).)
Protected method SetName
Sets the name of the current item.
(Inherited from NamedCollectionItem.)
Protected method SetNameInt
For internal use.
(Inherited from NamedCollectionItem.)

Properties

  Name Description
Public property AlignOrientation
Gets or sets a value indicating in which directions the chart area should be aligned with the target chart area. Ignored if AlignWithChartArea is not set.
Public property AlignType
Gets the ChartAlignType object defining which aspects of the chart area should be aligned with the target chart area. Ignored if AlignWithChartArea is not set.
Public property AlignWithChartArea
Gets or sets the name of a chart area with which to align this chart area.
Public property CategoryAxes
Gets the CategoryAxes collection defining the category axes.
Public property CustomPosition
Gets or sets the ChartElementPosition object defining a custom position for the chart area. If null, automatic positioning will be used.
Public property EquallySizedAxesFont
Gets or sets a value indicating that the same font size should be used for all axes (if the font size is automatic).
Public property Hidden
Gets or sets a value indicating whether the chart area should be hidden.
Public property InnerPlotPosition
Gets or sets the ChartElementPosition object defines a custom position for the inner plot area. If null, automatic positioning will be used.
Public property Name
Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown.
(Inherited from NamedCollectionItem.)
Public property Owner
Gets the NamedCollection containing the current object.
(Inherited from NamedCollectionItem.)
Public property Style
Gets the Style object defining style properties for the chart area.
Public property ThreeDProperties
Gets the ChartThreeDProperties object defining properties for a 3D chart layout.
Public property ValueAxes
Gets the ValueAxes collection defining the value axes.

See Also