Class Segment
Specifies the segment axis.
Inheritance
System.Object
Segment
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Segment : Enum
Fields
X
Defines segment to be rendered based on horizontal axis.
Declaration
public const Segment X
Field Value
Type |
---|
Segment |
Y
Defines calculation rendered based on vertical axis.
Declaration
public const Segment Y
Field Value
Type |
---|
Segment |