See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

JScript

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

VolumeSizeRatio Property

Gets or sets the size ratio between the VolumeArea and PriceArea of a financial chart.

[Visual Basic]
Public Property VolumeSizeRatio As Double
[C#]
public double VolumeSizeRatio {get; set;}
[JScript]
public function get,set VolumeSizeRatio : double

Return Type

Value Range: 0 - 1

Remarks

A value of .3 makes the VolumeArea 30 while the P:dotnetCHARTING.Chart.PriceArea is 70.

Example

[C#] 

Chart.VolumeSizeRatio = 0.7;

[Visual Basic] 

Chart.VolumeSizeRatio = 0.7

See Also

Chart Class  | Chart Members

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.