ChartDirector Ver 3.0 (C++ Edition)

StepLineLayer.setAlignment


Usage

void setAlignment(Alignment a);

Description

Set the alignment of the steps relative to the data points.

Arguments

ArgumentDefaultDescription
a(Mandatory)The alignment of the steps relative to the data points. Must be one of the pre-defined constants Left, Center or Right.

Return Value

None