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
Value Range: 0 - 1
A value of .3 makes the VolumeArea 30 while the P:dotnetCHARTING.Chart.PriceArea is 70.
[C#]
Chart.VolumeSizeRatio = 0.7; |
[Visual Basic]
Chart.VolumeSizeRatio = 0.7 |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.