[Serializable]
public sealed enum DrawAllPointsStyle : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
First | 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. |
MinMax | Plots both the minimum and maximum Y that map to each X pixel. |
See Also
Steema.TeeChart.Styles Namespace