Specifies various display options for data series.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
C# |
---|
public enum SeriesDisplay |
Visual Basic |
---|
Public Enumeration SeriesDisplay |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
Members
Member name | Value | Description | |
---|---|---|---|
SkipNaN | 0 | Skip NaN values(default) behavior. | |
ShowNaNGap | 1 | Gaps are shown if there are NaN values in data. | |
HideLegend | 2 | Hides series from the legend. |