TAxisLabelStyle
 
 
 

All Units  All Classes  Properties, Methods and Events  

TAxisLabelStyle

type TAxisLabelStyle = (talAuto, talNone, talValue, talMark, talText, talPointValue);

Unit
TeEngine

Description
TAxisLabelStyle defines the possible values of the TChartAxis LabelStyle property.

You can override each axis label text by using the Chart
OnGetAxisLabel event.

Possible values for LabelStyle are:

  • \*\pn
      \pnindent\pntxtb
    \fi-200\litalAuto
    Choose the Style automatically.
  • talNone
    No label. This will trigger the event with empty strings.
  • talValue
    Axis labeling is based on axis Minimum and Maximum properties.
  • talMark
    Each Series point will have a Label using Series Marks style.
  • talText
    Each Series point will have a Label using Series Labels strings.




    Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.