TiPlotDataView.Title
TiPlotDataView See Also
Specifies the title text for the data view.
property Title : String;
Description
Use Title to get or set the title text for the data view.
Example
Delphi
iComponent.DataView[0].Title := 'Sample Title';
C++ Builder
iComponent->DataView[0]->Title = "Sample Title";
Contents | Index | Previous | Next