TChartAxis.LabelsOnAxis
 
 
 

All Units  All Classes  Properties, Methods and Events  

TChartAxis.LabelsOnAxis
TChartAxis

property LabelsOnAxis: Boolean;

Unit
TeEngine

Description
Default Value: True

The LabelsOnAxis property controls if Labels just at Axis Minimum and Maximum positions will be shown or NOT.

Set it to False, for example, to remove the "0" zero axis Label when Axis scales are from 0 to 1001:

Chart1.LeftAxis.SetMinMax( 0, 1001 );
Chart1.LeftAxis.LabelsOnAxis := False;

When Chart
View3D is True, Axis scales can vary to adapt Series minimum and maximum points dimensions.



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