Gets or sets a ChartArea object which represents the volume chart area on a financial chart.
[Visual Basic]
Public Property VolumeArea As ChartArea
[C#]
public ChartArea VolumeArea {get; set;}
[JScript]
public function get,set VolumeArea : ChartArea
Setting Chart.VolumeArea.Visible = false
hides the volume chart area.
[C#]
ChartArea chartAreaObj= new ChartArea(); |
[Visual Basic]
Dim chartAreaObj As ChartArea = new ChartArea() |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.