Defines the possible values of the Style Axis.Labels.Style property
[Serializable]
public sealed enum AxisLabelStyle : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
AutoChoose the Style automatically
NoneNo label. This will trigger the event with empty strings
ValueAxis labeling is based on axis Minimum and Maximum properties
MarkEach Series point will have a Label using SeriesMarks style
TextEach Series point will have a Label using Series.XLabels strings
PointValueEach Series point will have a Label using Series.XValues (notMandatory) strings

See Also

Steema.TeeChart Namespace