[]
        
(Showing Draft Content)

C1.Android.Chart.ChartSeriesVisibilityType

ChartSeriesVisibilityType Class

Specifies whether and where the ChartSeries is visible.

Inheritance
ChartSeriesVisibilityType
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public sealed class ChartSeriesVisibilityType : Enum

Fields

Name Description
Hidden

The series is hidden.

Legend

The series is visible only in the legend.

Plot

The series is visible only on the plot.

Visible

The series is visible on the plot and in the legend.

value__