Contents  All Classes  Index A-Z  All Units


TAxisLabelStyle

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

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.



    Submit your feedback about this page.

    Copyright 1995-2007 © by Steema Software. All Rights Reserved.