Class ConnectorType
Specifies the connector type.
Inheritance
System.Object
ConnectorType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ConnectorType : Enum
Fields
Curve
Defines accumulation series connector line type as curved line.
Declaration
public const ConnectorType Curve
Field Value
Type |
---|
ConnectorType |
Line
Defines accumulation series connector line type as straight line.
Declaration
public const ConnectorType Line
Field Value
Type |
---|
ConnectorType |