IExport.asNative
IExport

property asNative: INativeExport;

Type Library
TeeChartx

Description
The asNative property accesses the NativeExport class which configures the Native TEE file type to which the selected Chart and optional series data is exported.

Example [Visual Basic]:

With TChart1

.AddSeries scLine

.Series(0).FillSampleValues 10

.Export.asNative.SaveToFile "C:\TestFiles\TeeChart.tee", True

End With