Returns or sets the border style of the plot area on the object.
Object.PlotAreaBorderStyle [ = enBorderStyle ]
The PlotAreaBorderStyle property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
enBorderStyle |
enumAChartBorderStyle |
An integer specifying the predefined style of the plot area of the plot on the object. This property can be set at design time and is read-only at run time. |
enumAChartBorderStyle can be one of the following:
Name |
Value |
Description |
achtBorderStyleNone |
0 |
No border is drawn. |
achtBorderStyleSingle |
1 * |
Single Border |
achtBorderStyleRaised |
2 |
Raised Border |
achtBorderStyleThickRaised |
3 |
Thick Raised Border |
achtBorderStyleSunken |
4 |
Sunken Border |
achtBorderStyleThickSunken |
5 |
Thick Sunken Border |
The following statement changes the AChart's plot area to have a thick sunken border style:
cht1.PlotAreaBorderStyle=achtBorderStyleThickSunken
APlot, PlotAreaFillColor, PlotAreaFillStyle, PlotAreaHeight, PlotAreaLeft, PlotAreaPicture, PlotAreaTop, PlotAreaWidth, Plots, Style