Gets or sets the width of the legend in the chart component.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double LegendWidth { get; set; }
Visual Basic
Public Property LegendWidth As Double
	Get
	Set
JScript
function get LegendWidth () : double
function set LegendWidth (value : double)

Remarks

If the legend is docked horizontally in the control layout then this property returns the vertical space occupied by the legend, otherwise the horizontal space is returned.
This property is mainly intended for serialization purposes and setting it via user code is not recommended.

See Also