[VB] | Public Function addMainChart(height As Integer) As XYChart |
[C#] | public XYChart addMainChart(int height); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addMainChart
Usage
[VB] | Public Function addMainChart(height As Integer) As XYChart |
[C#] | public XYChart addMainChart(int height); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the main chart in pixels. |
Return Value