Class ConnectorType
Represents the types of connector line that connects the label and data point.
Inheritance
System.Object
ConnectorType
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ConnectorType : Enum
Fields
Curve
This draws a curve as connector line.
Declaration
public const ConnectorType Curve
Field Value
Type |
---|
ConnectorType |
Line
This draws a line as connector line.
Declaration
public const ConnectorType Line
Field Value
Type |
---|
ConnectorType |