[]
        
(Showing Draft Content)

C1.Chart.SeriesVisibility

SeriesVisibility Enum

Specifies whether and where the Series is visible.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum SeriesVisibility

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.