C1.Maui.Chart Assembly / C1.Chart Namespace / SeriesVisibility Enumeration
SeriesVisibility Enumeration
Specifies whether and where the Series is visible.
Syntax
public enum SeriesVisibility : System.Enum 
Members
MemberDescription
HiddenThe series is hidden.
LegendThe series is visible only in the legend.
PlotThe series is visible only on the plot.
VisibleThe series is visible on the plot and in the legend.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.SeriesVisibility

See Also