LineSeriesVisibility Enum
Specifies the visibility of the various kinds of a line.
[Flags]
public enum LineSeriesVisibility
Fields
| Name | Description |
|---|---|
| All | Indicates that all markers will be visible. |
| Negative | Indicates that negative lines will be visible. |
| None | Indicates that no lines will be visible. |
| Positive | Indicates that positive lines will be visible. |