PlotArea
Contents
[
Hide
]
plotArea
Encapsulates the object that represents the plot area in a chart.
Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
---|---|---|---|---|---|
InnerHeight | Integer | True | False | Gets or sets the height of plot area in units of 1/4000 of the chart area. | |
InnerWidth | Integer | True | False | Gets or sets the width of plot area in units of 1/4000 of the chart area. | |
InnerX | Integer | True | False | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | |
InnerY | Integer | True | False | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | |
Area | Class:Area | True | False | ||
AutoScaleFont | Boolean | True | False | ||
BackgroundMode | String | True | False | ||
Border | Class:Line | True | False | ||
Font | Class:Font | True | False | ||
IsAutomaticSize | Boolean | True | False | ||
IsInnerMode | Boolean | True | False | ||
Shadow | Boolean | True | False | ||
Width | Integer | True | False | ||
Height | Integer | True | False | ||
X | Integer | True | False | ||
Y | Integer | True | False |
Parent Name : ChartFrame