The Area type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ResetLocationDefault |
Resets the Area location so it is calculated automatically.
|
|
ResetSizeDefault |
Resets Area size so it is calculated automatically.
|
|
ResetStyle |
Resets Area style inheritance state.
|
|
ShouldSerializeLocationDefault |
Returns false if the ChartArea LocationDefault property is in the default state.
|
|
ShouldSerializeMargins |
Returns false if the ChartArea margins are set to their default values.
|
|
ShouldSerializeSizeDefault |
Returns false if the ChartArea SizeDefault property is in the default state.
|
|
ShouldSerializeStyle |
Returns false if the ChartArea style property is in the default state.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Axes |
Gets the axes collection.
|
|
AxisX |
Gets the primary X-axis object.
|
|
AxisY |
Gets the primary Y-axis object.
|
|
AxisY2 |
Gets the primary Y2 axis object.
|
|
Inverted |
Gets or sets whether the chart area is inverted.
|
|
Location |
Gets or sets the location of the ChartArea in chart control client coordinates.
|
|
LocationDefault |
Gets or sets the default location of the ChartArea.
|
|
Margins |
Gets or sets the size of the Chart Area margins.
|
|
PlotArea |
Gets the ChartPlot object that describes the region where data is charted.
|
|
Size |
Gets or sets the size of the ChartArea in chart control client coordinates.
|
|
SizeDefault |
Gets or sets the default size of the ChartArea.
|
|
Style |
Gets the ChartArea style.
|
|
Visible |
Gets or sets the ChartArea visibility.
|