Defines the style of the chart axes' labels
Namespace: RSChartConsts
Delphi
|
type
TAxisLabelStyle = (
alsAutomatic,
alsValue,
alsCaption,
alsDateTime);
|
|
Name
|
Description
|
|
alsAutomatic
|
Displays the numeric value or a caption based on the charts associated with the axis.
|
|
alsCaption
|
Display the numeric value
|
|
alsDateTime
|
Display the numeric value as a date time
|
|
alsValue
|
Display the Caption for TRSChartValue at that point in the axis
|
Top
|