PlotAreaFillStyle Property (AChart)

Returns or set the fill style of the plot area in the object.

Syntax

Object.PlotAreaFillStyle [ = enPlotAreaFillStyle ]

The PlotAreaFillStyle property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

enPlotAreaFillStyle

enumAChartFillStyle

An integer specifying the predefined fill style of the plot area on the object. This property can be set at design time and is read-only at run time.

Where

enumAChartFillStyle can be one of the following:

 

Name

Value

Description

achtFillStyleNone

0

No fill is drawn.

achtFillStyleSolid

1 *

Solid Fill

achtFillStyleVertical

2

Vertical Fill

achtFillStyleHorizontal

3

Horizontal Fill

achtFillStyleAngle

4

Angle Fill

achtFillStylePicture

5

Picture Fill

Example

The following statement changes the AChart's plot's area to have an solid fill style:

cht1.PlotAreaFillStyle=achtFillStyleSolid

Applies to

AChart

See Also

APlot, PlotAreaBorderStyle, PlotAreaFillColor, PlotAreaHeight, PlotAreaLeft, PlotAreaPicture, PlotAreaTop, PlotAreaWidth, Plots, Style