Class HiddenLabel
Specifies the axis label to be hidden in the axis of circular gauge.
Inheritance
System.Object
HiddenLabel
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HiddenLabel : Enum
Fields
First
Specifies the first label to be hidden in circular gauge.
Declaration
public const HiddenLabel First
Field Value
Type |
---|
HiddenLabel |
Last
Specifies the last label to be hidden in circular gauge.
Declaration
public const HiddenLabel Last
Field Value
Type |
---|
HiddenLabel |
None
No labels will be hidden in circular gauge.
Declaration
public const HiddenLabel None
Field Value
Type |
---|
HiddenLabel |