ChartDirector 7.1 (C++ Edition)
FinanceChart.setPlotAreaBorder
Usage
void setPlotAreaBorder(int borderColor, int borderGap);
Description
Sets the plot area border color and the gap distance between charts. The default is a grey (888888) border with two 2 pixels gap between charts.
Arguments
Argument | Default | Description |
borderColor | (Mandatory) | The plot area border color. |
borderGap | (Mandatory) | The distance between charts. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.