Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns a ChartLine object representing the high-low lines of a line or scatter series.

Signature
C#
C#
 public ChartLine HighLowLine{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property HighLowLine() As ChartLine
{signature}
{remarks}
High\
Remarks

High-low

lines

connect

the

highest

value

in

a

group

of

series

with

the

lowest.

By

default,

high

\

-low

lines

are

colored

black,

have

a

Narrow

[

weight

|ChartLine.LineWeight]

and

a

Solid

[

style

|ChartLine

.

LineStyle].

Note

that

scatter

and

area

charts

do

not

support

high

\

-low

lines,

so

while

you

can

set

the

high

\

-low

line

properties,

they

will

not

appear

in

the

output

of

a

scatter

or

area

series.

{remarks}