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