
|
TAxisLabelStyle
type TAxisLabelStyle = (talAuto, talNone, talValue, talMark, talText, talPointValue);
Unit
TeEngine
Description
TAxisLabelStyle defines the possible values of the TChartAxis TChartAxis.LabelStyle property.
You can override each axis label text by using the Chart TCustomAxisPanel.OnGetAxisLabel event.
Possible values for TChartAxis.LabelStyle are
talAuto Choose the Style automatically
talNone No label. This will trigger the event with empty strings
talValue Axis labeling is based on axis TChartAxis.Minimum and TChartAxis.Maximum properties
talMark Each Series point will have a Label using Series TSeriesMarks style
talText Each Series point will have a Label using Series TChartSeries.Labels strings.
Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.