Class ChartDock
Represents the position of a child element in the chart.
Inheritance
System.Object
ChartDock
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class ChartDock : Enum
Fields
Bottom
Docks element at the bottom side of panel.
Declaration
public const ChartDock Bottom
Field Value
Type |
---|
ChartDock |
Floating
Docks element at any position on panel
Declaration
public const ChartDock Floating
Field Value
Type |
---|
ChartDock |
Left
Docks element at the left side of panel.
Declaration
public const ChartDock Left
Field Value
Type |
---|
ChartDock |
Right
Docks element at the right side of panel.
Declaration
public const ChartDock Right
Field Value
Type |
---|
ChartDock |
Top
Docks element at the top side of panel.
Declaration
public const ChartDock Top
Field Value
Type |
---|
ChartDock |