Interface IChartDockControl
Represents the properties and events required by the ChartDockingManager.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IChartDockControl
Properties
Alignment
Get and set the Alignment of the Legend in chartControl.
Declaration
ChartAlignment Alignment { get; set; }
Property Value
Type |
---|
ChartAlignment |
Behavior
Get and set the docking as free.
Declaration
ChartDockingFlags Behavior { get; set; }
Property Value
Type |
---|
ChartDockingFlags |
Enabled
Gets or sets a value indicating whether the control can respond to user interaction.
Declaration
bool Enabled { get; set; }
Property Value
Type |
---|
System.Boolean |
Location
Get and set the Location of the Legend.
Declaration
Point Location { get; set; }
Property Value
Type |
---|
System.Drawing.Point |
Orientation
Get and set the Orientation of the Legend in chartControl.
Declaration
ChartOrientation Orientation { get; set; }
Property Value
Type |
---|
ChartOrientation |
Position
Get and set the position of the Legend in chartControl.
Declaration
ChartDock Position { get; set; }
Property Value
Type |
---|
ChartDock |
Size
Get and set the Size of the Legend. Its works when the FloatingAutosize property is false.
Declaration
Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
Visible
Get and set the Visibility of the Legend in chartControl.
Declaration
bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Measure(SizeF)
Measures the size of control.
Declaration
SizeF Measure(SizeF size)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | size |
Returns
Type |
---|
System.Drawing.SizeF |
Events
ChartAlignmentChanged
Event Raised when the Alignment of the Legend was changed.
Declaration
event EventHandler ChartAlignmentChanged
Event Type
Type |
---|
System.EventHandler |
ChartDockChanged
Event Raised when the position of the Legend was changed.
Declaration
event EventHandler ChartDockChanged
Event Type
Type |
---|
System.EventHandler |
LocationChanged
Event Raised when the location of the Legend was changed.
Declaration
event EventHandler LocationChanged
Event Type
Type |
---|
System.EventHandler |
LocationChanging
Event Raised when the Location of the Legend is changing.
Declaration
event LocationEventHandler LocationChanging
Event Type
Type |
---|
LocationEventHandler |
SizeChanged
Event Raised when the size of the Legend was changed.
Declaration
event EventHandler SizeChanged
Event Type
Type |
---|
System.EventHandler |
VisibleChanged
Event Raised when the Visible of the Legend was changed.
Declaration
event EventHandler VisibleChanged
Event Type
Type |
---|
System.EventHandler |