The ChartArea type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another ChartArea to the current object.
(Overrides NamedCollectionItem..::..AssignFrom(NamedCollectionItem).) |
|
SetName |
Sets the name of the current item.
(Inherited from NamedCollectionItem.) |
|
SetNameInt |
For internal use.
(Inherited from NamedCollectionItem.) |
Properties
Name | Description | |
---|---|---|
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.
|
|
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.
|
|
AlignWithChartArea |
Gets or sets the name of a chart area with which to align this chart area.
|
|
CategoryAxes |
Gets the CategoryAxes collection defining the category axes.
|
|
CustomPosition |
Gets or sets the ChartElementPosition object
defining a custom position for the chart area.
If null, automatic positioning will be used.
|
|
EquallySizedAxesFont |
Gets or sets a value indicating that
the same font size should be used for all axes
(if the font size is automatic).
|
|
Hidden |
Gets or sets a value indicating whether the chart area should be hidden.
|
|
InnerPlotPosition |
Gets or sets the ChartElementPosition object
defines a custom position for the inner plot area.
If null, automatic positioning will be used.
|
|
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.) |
|
Owner |
Gets the NamedCollection containing the current object.
(Inherited from NamedCollectionItem.) |
|
Style |
Gets the Style object defining style properties for the chart area.
|
|
ThreeDProperties |
Gets the ChartThreeDProperties object defining properties for a 3D chart layout.
|
|
ValueAxes |
Gets the ValueAxes collection defining the value axes.
|