[]
Represents options for FinancialChart.
public class FinancialChartOptions : ChartOptions
| Name | Description |
|---|---|
| FinancialChartOptions() | Initializes a new instance of the FinancialChartOptions class. |
| Name | Description |
|---|---|
| BoxSize | Specifies the box size for the Renko chart. The default value is 2. |
| DataFields | Specifies the DataFieldsDataFields used for the Kagi and Renko charts. The default value is DataFields.Close. |
| NewLineBreaks | Gets or sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts. The default value is 3. |
| RangeMode | Specifies the RangeModeRangeMode for the Kagi and Renko charts. The default value is RangeMode.Fixed. |
| ReversalAmount | Specifies the reversal amount for the Kagi chart. The default value is 2. |