Class ZIndex
Specifies the order of the strip line.
Inheritance
System.Object
ZIndex
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ZIndex : Enum
Fields
Behind
Defines the strip line behind the series elements.
Declaration
public const ZIndex Behind
Field Value
Type |
---|
ZIndex |
Over
Defines the strip line over the series elements.
Declaration
public const ZIndex Over
Field Value
Type |
---|
ZIndex |