[VB] | Public Sub moveGridBefore([ layer As Layer ]) |
[C#] | public void moveGridBefore([ Layer layer ]); |
ChartDirector 5.1 (.NET Edition)
PlotArea.moveGridBefore
Usage
[VB] | Public Sub moveGridBefore([ layer As Layer ]) |
[C#] | public void moveGridBefore([ Layer 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