ISeries.asPoint
ISeries

property asPoint: IPointSeries;

Type Library
TeeChartx

Description
The asPoint property is used by the Series Class to access Point Series specific properties.

See Typecasting for a detailed explanation of access to Series and Function specific properties.

eg. 'TChart1.Series(x).asPoint.PointStyle = psTriangle'.