[VB] | Public Sub alignLayer(layer As Layer, dataSet As Integer) |
[C#] | public void alignLayer(Layer layer, int dataSet); |
ChartDirector 5.1 (.NET Edition)
Layer.alignLayer
Usage
[VB] | Public Sub alignLayer(layer As Layer, dataSet As Integer) |
[C#] | public void alignLayer(Layer layer, int dataSet); |
Description
Arguments
Argument | Default | Description |
---|---|---|
layer | (Mandatory) | The BarLayer which contains the bars to synchronize with. |
dataSet | (Mandatory) | The data set of the bars to synchronize with. |
Return Value