...
Description |
---|
Excerpt |
---|
Returns a ChartLine object representing the high-low lines of a line or scatter series. |
Signature | ||||
---|---|---|---|---|
| ||||
public ChartLine HighLowLine{ get; }
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
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 [|ChartLine.LineWeight]and a Solid [|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} |