Constructs a ChartPane object.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ChartPane(
	bool abovePrices,
	int size
)
Visual Basic (Declaration)
Public Sub New ( _
	abovePrices As Boolean, _
	size As Integer _
)
Visual C++
public:
ChartPane(
	bool abovePrices, 
	int size
)

Parameters

abovePrices
Type: System..::.Boolean
bool indicating whether or not the pane should be placed above the price pane. The default is false.
size
Type: System..::.Int32
integer containing a value that recommends a size for this pane. The chart pane manager will ultimately determine the size based on the other chart panes that exist.

See Also