Gets or sets whether the first visible range axis in the TwxChartComponent will be the one of the TwxChartPen selected in the legend.

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

Syntax

C#
public bool AllowPenRangeSelection { get; set; }
Visual Basic
Public Property AllowPenRangeSelection As Boolean
	Get
	Set
JScript
function get AllowPenRangeSelection () : boolean
function set AllowPenRangeSelection (value : boolean)

See Also