Static
$tStatic
nextDetermines the appearance of the border drawn around the chart element area, as well as whether a border appears.
Returns the owning chart (read-only)
[[owner]]
Returns or sets a [[ChartFillBase]] derived object which defines the fill properties for the chart element area.
This property returns null by default, indicating that no fill is applied.
To apply a solid color fill, assign an instance of the [[ChartSolidFill]] class to this property.
To apply a gradient fill, assign an instance of the [[ChartGradientFill]] class to this property.
To make the area transparent, assign an instance of the [[ChartEmptyFill]] class to this property.
Returns or sets the height of the area, expressed as a fraction of the height of the containing chart element.
Returns or sets a value which represents the left edge of the area, expressed as a fraction of the width of the containing chart element.
This property can be set to a value between zero and one, where one represents the total width of the containing element.
For example, to situate the area such that it's left edge coincides with the center of the containing element, set this property to .5.
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
[[chart]]
Returns or sets the position of the plot area on the chart.
Detrmines if the chart area is displayed with rounded corners
Returns or sets a value which represents the top edge of the area, expressed as a fraction of the height of the containing chart element.
This property can be set to a value between zero and one, where one represents the total height of the containing element.
For example, to situate the area such that it's top edge coincides with the center of the containing element, set this property to .5.
Returns or sets the width of the area, expressed as a fraction of the width of the containing chart element.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
Represents the area in which the chart series is plotted.