Property SLScope.TSLDataChart.DataView
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDataChart
Contents |
Syntax
Delphi:
property DataView : TSLScopeDataView read FDataView write SetDataView;
C++ Builder:
__property TSLScopeDataView * DataView = { read=FDataView, write=SetDataView };
Summary
The data view area of the component.
Description
Use this property to access the data view area of the
component. The data view area is the area where the channel
data is plotted.
Example: