Class ConnectorMode
Represents the type of connector line that connects the adornment label and data point.
Inheritance
System.Object
ConnectorMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class ConnectorMode : Enum
Fields
Bezier
This draws a Bezier curve as connector line.
Declaration
public const ConnectorMode Bezier
Field Value
Type |
---|
ConnectorMode |
Line
This draws a solid line as connector line.
Declaration
public const ConnectorMode Line
Field Value
Type |
---|
ConnectorMode |
StraightLine
This draws a horizontal straight line as connector line.
Declaration
public const ConnectorMode StraightLine
Field Value
Type |
---|
ConnectorMode |