[Serializable]
public sealed enum TreatNullsStyle : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
DoNotPaint | Null points are not painted, but they are still used in other calculations. |
Skip | Null points are skipped in drawing and calculations. The Null points themselves are not painted, but the regular points are connected with a line (in case of Line Series). That results in no gaps. |
Ignore | Null points are completely ignored. |
See Also
Steema.TeeChart.Styles Namespace