IFastLineSeries.DrawAllPointsStyle
IFastLineSeries
property DrawAllPointsStyle: EDrawAllPointsStyle;
Type Library
TeeChartx
Description
DrawAllPointsStyle property allows you to choose the method which will be used for displaying repeated points at same horizontal pixel.
daFirst: When the series has several points that share the same X pixel position, but with different Y position, it will only display the first point.
daMinMax: Plots both the minimum and maximum Y that map to each X pixel.