[]
Represents options for FinancialChart.
public class FinancialChartOptions : ChartOptions
| Name | Description |
|---|---|
| FinancialChartOptions() |
| Name | Description |
|---|---|
| BoxSizeProperty | Identifies the BoxSize dependency property. |
| DataFieldsProperty | Identifies the DataFields dependency property. |
| NewLineBreaksProperty | Identifies the NewLineBreaks dependency property. |
| RangeModeProperty | Identifies the RangeMode dependency property. |
| ReversalAmountProperty | Identifies the ReversalAmount dependency property. |
| 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 14. |