[VB] | Public Sub setAlignment(a As Integer) |
[C#] | public void setAlignment(int a); |
ChartDirector 5.1 (.NET Edition)
StepLineLayer.setAlignment
Usage
[VB] | Public Sub setAlignment(a As Integer) |
[C#] | public void setAlignment(int a); |
Description
Arguments
Argument | Default | Description |
---|---|---|
a | (Mandatory) | The alignment of the steps relative to the data points. Must be one of the predefined constants Left, Center or Right. |
Return Value