[C#] | public void moveGridBefore([ Layer layer ]); |
[VB] | Public Sub moveGridBefore([ layer As Layer ]) |
ChartDirector 7.1 (.NET Edition)
PlotArea.
Usage
[C#] | public void moveGridBefore([ Layer layer ]); |
[VB] | Public Sub moveGridBefore([ layer As Layer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
layer | [Null] | The Layer for the grid lines to move in front of. A null value means that the grid lines will be behind all layers. |
Return Value