ChartDirector 7.1 (.NET Edition)
FinanceChart.setPlotAreaStyle
Usage
[C#] | public void setPlotAreaStyle(int bgColor, int majorHGridColor, int majorVGridColor, int minorHGridColor, int minorVGridColor); |
[VB] | Public Sub setPlotAreaStyle(bgColor As Integer, majorHGridColor As Integer, majorVGridColor As Integer, minorHGridColor As Integer, minorVGridColor As Integer) |
Description
Sets the plot area background and grid colors. The default is a white background with light grey (DDDDDD) grid lines.
Arguments
Argument | Default | Description |
bgColor | (Mandatory) | The plot area background color. |
majorHGridColor | (Mandatory) | Major horizontal grid color. |
majorVGridColor | (Mandatory) | Major vertical grid color. |
minorHGridColor | (Mandatory) | Minor horizontal grid color. In current version, minor horizontal grid is not used. |
minorVGridColor | (Mandatory) | Minor vertical grid color. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.