The ChartDimensions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ChartDimensions |
Methods
| Name | Description | |
|---|---|---|
| Copy | ||
| 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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.) | |
| ToString | (Inherited from Object.) |
Fields
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Sets or gets the background color of the chart image.
| |
| FrameColor |
Sets or gets the color of the frame area.
| |
| FrameSize |
The Frame is the margin area between the chart area and the edge of the chart image.
The FrameSize property sets the FrameWidthTop, FrameWidthLeft, FrameWidthBottom and
FrameWidthRight values to the same value for uniform framewidth.
| |
| FrameWidthBottom |
Sets or gets the height of the frame along the bottom of the chart area.
| |
| FrameWidthLeft |
Sets or gets the width of the frame along the left side of the chart area.
| |
| FrameWidthRight |
Sets or gets the width of the frame along the right side of the chart area.
| |
| FrameWidthTop |
Sets or gets the height of the frame along the top of the chart area.
| |
| InnerBottom |
Bottom position of the chart area within the chart image.
| |
| InnerHeight |
Height of the chart area within the chart image.
| |
| InnerLeft |
Left position of the chart area within the chart image.
| |
| InnerRight |
Right position of the chart area within the chart image.
| |
| InnerTop |
Top position of the chart area within the chart image
| |
| InnerWidth |
Width of chart area within chart image.
| |
| OuterHeight |
Height of the chart image (same as iHeight from the constructor)
| |
| OuterWidth |
Width of the chart image (same as iWidth from the constructor)
| |
| OuterX |
The left hand position of the charting area within the final image
| |
| OuterY |
The topmost position of the charting area within the final image
| |
| TitleHeight |
The amount of space reserved at the top of the chart for the chart title.
| |
| XAxisBackgroundColor |
Sets or gets the background color of the area at the bottom of the
chart reserved for X Axis labels.
| |
| XAxisLabelRowHeight |
Height of the area at the bottom of the chart reserved for X Axis labels.
| |
| YAxis1BackgroundColor |
Sets or gets the background color of the area at the left side of the chart reserved for Y Axis 1 labels.
| |
| YAxis1LabelColumnWidth |
Width of the area at the left of the chart reserved for Y Axis 1 labels.
| |
| YAxis2BackgroundColor |
Sets or gets the background color of the area at the right side of the chart reserved for Y Axis 2 labels.
| |
| YAxis2LabelColumnWidth |
Width of the area at the right of the chart reserved for Y Axis 2 labels.
|