[VB] | Public Sub New(width As Integer) |
[C#] | public FinanceChart(int width); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.FinanceChart
Usage
[VB] | Public Sub New(width As Integer) |
[C#] | public FinanceChart(int width); |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The width of the chart in pixels. The height will be automatically determined as the chart is built. |
Return Value