PlotArea
This can be used to place the PlotArea on the chart.
public class PlotArea
Public Class PlotArea
Inheritance: ObjectPlotArea
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
A Chart can have multiple plotArea's. Each Chart has one default plotArea called DefaultPlotarea. If the Chart's Auto Layout property is true, the plot area's will occupy 65% of the Chart width.
Properties
BackgroundColor | Gets or sets the Color object to use for the background of the PlotArea. |
BottomTitles | Gets the Title object to use for the bottom title of the PlotArea. |
Chart | Gets the Chart object of the PlotArea. |
ClipToPlotArea | Gets or sets the boolean value specifying whether to clip data or not. By default it is true. |
Height | Gets or sets the height of the PlotArea. |
Series | Gets the SeriesList object contained in the PlotArea. |
TopTitles | Gets the Title object to use for the top title of the PlotArea. |
Width | Gets or sets the width of the PlotArea. |
X | Gets or sets the X coordinate of the PlotArea. |
XAxes | Gets the XAxisList object contained in the PlotArea. |
Y | Gets or sets the Y coordinate of the PlotArea. |
YAxes | Gets the YAxisList object contained in the PlotArea. |
Methods
Draw(PageWriter) | Draws the PlotArea to the given PageWriter object. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (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) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |