Enum ConnectorMode
Represents the type of connector line that connects the adornment label and data point.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ConnectorMode
Fields
Name | Description |
---|---|
Bezier | This draws a Bezier curve as connector line. |
Line | This draws a solid line as connector line. |
StraightLine | This draws a horizontal straight line as connector line. |