Defines the style for the High/Low/Average bar
Namespace: RSChartConsts
Delphi
|
type
THighLowAverageStyle = (
hlaBar,
hlaLine,
hlaLineCaps);
|
|
Name
|
Description
|
|
hlaBar
|
Draw as a bar from Low to High, with a small horizontal line at the average
|
|
hlaLine
|
Draw as a line from Low to High, with a small horizontal line at the average
|
|
hlaLineCaps
|
Draw as a bar from Low to High and put caps on the ends, with a small horizontal line at the average
|
Top
|