[]
Represents the chart area of the chart.
public class Chart2DArea : ChartRect, INotifyPropertyChanged, IC1Serializable
This area includes all axes and the charted data.
Name | Description |
---|---|
AxisX | Gets the primary X-axis. |
AxisY | Gets the primary Y-axis. |
AxisY2 | Gets the primary Y2-axis. |
Inverted | Gets or sets whether the chart area is inverted. |
MarginBottom | Gets or sets the bottom margin of chart area in twips. -1 will allow for margin auto-positioning. |
MarginLeft | Gets or sets the left margin of chart area in twips. -1 will allow for margin auto-positioning. |
MarginRight | Gets or sets the right margin of chart area in twips. -1 will allow for margin auto-positioning. |
MarginTop | Gets or sets the top margin of chart area in twips. -1 will allow for margin auto-positioning. |
PlotArea | Gets the Chart2DPlotArea object that describles the region where data is charted. |
Style | Gets the style of the chart area. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |