Enum ChartDockingFlags
Specifies behavior of IChartDockControl
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartDockingFlags
Fields
Name | Description |
---|---|
All | Element supports both behaviours. |
Dockable | Element suppports docking. |
Movable | Element suppports moving. |
None | Element doesn't suppport docking or moving. |