TiStripChart.YAxisLabelWidth
TiStripChart See Also
Specifies the number of degrees the arc is drawn.
property YAxisLabelWidth: Integer;
Description
Use YAxisLabelWidth to get or set the width of the Y-Axis labels. This
property only has an effect if YaxisLabelWidthFixed is enabled. The YAxisLabelWidth
value is in pixels.
Example
Delphi
iComponent.YAxisLabelWidth := 20;
C++ Builder
iComponent->YAxisLabelWidth = 20;
Contents | Index | Previous | Next