This documentation is archived and is not being maintained.
ChartArea Properties
Visual Studio 2010
The ChartArea type exposes the following members.
| Name | Description | |
|---|---|---|
|
AlignmentOrientation | Gets or sets the alignment orientation of a chart area. |
|
AlignmentStyle | Gets or sets the alignment style of the ChartArea. |
|
AlignWithChartArea | Gets or sets the name of the ChartArea object to which this chart area should be aligned. |
|
Area3DStyle | Gets or sets a ChartArea3DStyle object, which is used to implement 3D for all series in a chart area. |
|
Axes | Gets or sets an array that represents all axes for a chart area. |
|
AxisX | Gets or sets an Axis object that represents the primary X-axis. |
|
AxisX2 | Gets or sets an Axis object that represents the secondary X-axis. |
|
AxisY | Gets or sets an Axis object that represents the primary Y-axis. |
|
AxisY2 | Gets or sets an Axis object that represents the secondary Y-axis. |
|
BackColor | Gets or sets the background color of a ChartArea object. |
|
BackGradientStyle | Gets or sets the orientation for the background gradient of a chart area, and also determines whether or not a gradient is used. |
|
BackHatchStyle | Gets or sets the hatching style of a ChartArea object. |
|
BackImage | Gets or sets the background image of a ChartArea object. |
|
BackImageAlignment | Gets or sets the alignment of a ChartArea background image. |
|
BackImageTransparentColor | Gets or sets the color of a ChartArea object background image that will be drawn as transparent. |
|
BackImageWrapMode | Gets or sets the drawing mode for the background image of a ChartArea object. |
|
BackSecondaryColor | Gets or sets the secondary color for the background of a ChartArea object. |
|
BorderColor | Gets or sets the border color of a ChartArea object. |
|
BorderDashStyle | Gets or sets the border style of a ChartArea object. |
|
BorderWidth | Gets or sets the border width of a ChartArea object. |
|
InnerPlotPosition | Gets or sets an ElementPosition object, which defines the inner plot position of a chart area object. |
|
IsSameFontSizeForAllAxes | Gets or sets a flag that determines if the labels of the relevant chart area axes are of equal size. |
|
Name | Gets or sets the unique name of a ChartArea object. (Overrides ChartNamedElement::Name.) |
|
Position | Gets or sets an ElementPosition object that defines the position of a ChartArea object within the Chart. |
|
ShadowColor | Gets or sets the shadow color of a ChartArea object. |
|
ShadowOffset | Gets or sets the shadow offset, in pixels, of a ChartArea object. |
|
Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
|
Visible | Gets or sets a flag that determines if a chart area is visible. |
Show: