TiStripChart.YAxisLabelWidthFixed
TiStripChart See Also
Specifies whether the Y-Axis label width is fixed.
property YAxisLabelWidthFixed: Boolean;
Description
Use YAxisLabelWidthFixed to specify whether the Y-Axis label width is fixed.
When YAxisLabelWidthFixed is set to True, the Y-Axis label width is determined
by the YAxisLabelWidth property. When YAxisLabelWidthFixed is set to False, the
Y-Axis label width is calculated from the width of text labels using the font
attributes.
Typically this property is enabled when multiple charts will be displayed on
top of one another. This option will ensure that Y-Axis on all charts will line
up. This option can also be used to prevent the Y-Axis from resizing when the
Y-Axis is scrolled.
Example
Delphi
iComponent.YAxisLabelWidthFixed := True;
C++ Builder
iComponent->YAxisLabelWidthFixed = True;
Contents | Index | Previous | Next