[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Chart.ChartSeriesVisibilityType

ChartSeriesVisibilityType Enum

Specifies whether and where the ChartSeries is visible.

Namespace: C1.Xamarin.Forms.Chart
Assembly: C1.Xamarin.Forms.Chart.dll
Syntax
public enum ChartSeriesVisibilityType

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.