ChartXLabelState

<< Click to Display Table of Contents >>

Navigation:  Charts >

ChartXLabelState

Previous pageReturn to chapter overviewNext page

(Chart Property) Determines, how the x-axis labels are drawn for the next created chart object.

property ChartLabelState [integer] VPE.ChartXLabelState

write; runtime only

Possible Values:

ActiveX / VCL

Value

Enum

Comment

VCHART_LABEL_NONE

-1

None

No labels are drawn

VCHART_LABEL_USER

0

User

User defined labels are drawn

VCHART_LABEL_AUTO

1

Auto

Labeling is done automatically

Default:

VCHART_LABEL_AUTO ( = labeling is done automatically)