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