Class ChartLegendMinSizeEventArgs
Argument that is to be used with ChartLegend.MinSize event. This event is fired when the legend's minimum size is to be fixed.
Inheritance
System.Object
ChartLegendMinSizeEventArgs
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartLegendMinSizeEventArgs : EventArgs
Constructors
ChartLegendMinSizeEventArgs(Size)
Initializes a new instance of the ChartLegendMinSizeEventArgs class.
Declaration
public ChartLegendMinSizeEventArgs(Size size)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Size | size | Size to be used for the legend. |
Properties
Handled
Gets or sets a value indicating whether this ChartLegendMinSizeEventArgs is handled.
Declaration
public bool Handled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
Size
Gets or sets the minimum size to be used for the legend.
Declaration
public Size Size { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Size |