TeeFormatting
 
 
 

All Units  All Classes  Properties, Methods and Events  

Unit TeeFormatting

Description
This unit contains a form used by TeeChart editor dialogs to edit formatting strings, to display axis labels, series marks, legend items, etc.

To easily ask the user for a formatting strings you can use this class method:

var s : String;
s:='#.##';
s:=TFormatEditor.Change(Self, s, False );


The last parameters determines if the editor dialog will accept date-time formatting strings.



Classes
TFormatEditor


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