Skip to main content
A newer version of this page is available.

StepLineSeries Class

A series that displays data as points connected by a line, in such way that series points are connected using only horizontal and vertical lines.

Declaration

public class StepLineSeries
extends LineSeries

Remarks

The following image demonstrates the Step Line series:

StepLineSeries

Inherited Members

java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)

StepLineSeries()

Initializes a new StepLineSeries class instance with default parameters.

Declaration

public StepLineSeries()

Methods

isInvertedStep() Method

Returns a value indicating which line (horizontal or vertical) should be drawn first.

Declaration

public boolean isInvertedStep()

Returns

Type Description
boolean

true if a vertical line should be drawn first; false if a horizontal line should be drawn first.

setInvertedStep(boolean) Method

Specifies a value indicating which a line (horizontal or vertical) should be drawn first.

Declaration

public void setInvertedStep(boolean value)

Parameters

Name Type Description
value boolean

true if a vertical line should be drawn first; false if a horizontal line should be drawn first.