[]
Chart area object
[TypeConverter(typeof())]
public sealed class ChartArea : DrawCustomizableComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, INamedComponent, IDisposable
Name | Description |
---|---|
ChartArea() | Initializes new instance of chart area object without axes |
ChartArea(bool) | Initializes new instance of chart area object. |
ChartArea(string) | For internal use only. |
ChartArea(string, GraphXmlSerializationContext) | For internal use only. |
Name | Description |
---|---|
Axes | User defined custom axes |
Backdrop | Gets or sets backdrop info to draw chart area |
Border | Gets or sets chart area's border info |
Light | Lighting details |
Padding | Gets or sets chart area's padding info |
Projection | geometric projection details |
SeriesLine | Series line |
SwapAxesDirection | Specifies whether to swap X and Y axis direction. Used to get horizontally oriented chart. |
ViewPoint | Determines point from which chart is seen |
WallRanges | Wall ranges (strip lines) |
WallXY | Gets or sets XY wall settings |
WallXZ | Gets or sets XZ wall properties |
WallYZ | Gets or sets YZ wall properties |
ZDepthRatio | Gets or sets area depth, specified as z/x ratio. |
Name | Description |
---|---|
Clone() | This member overrides
|