ChartDirector 7.1 (.NET Edition)

Mark.getLine


Usage

[C#]public LineObj getLine();
[VB]Public Function getLine() As LineObj

Description

Retrieves an opaque LineObj representing the mark line. The opaque LineObj is to be used in XYChart.addInterLineLayer for adding coloring between lines.

Arguments

None

Return Value

An opaque LineObj representing the mark line.