Gets or sets whether the value range area will be displayed for the charts.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool ShowValueRangeArea { get; set; } |
Visual Basic |
---|
Public Property ShowValueRangeArea As Boolean Get Set |
JScript |
---|
function get ShowValueRangeArea () : boolean function set ShowValueRangeArea (value : boolean) |
Remarks
This property controls visibility for chart elements of the the value range area (typically the Y axis).
Note that the ShowAxes property takes precedence over this one.
Note that the ShowAxes property takes precedence over this one.