[]
        
(Showing Draft Content)

C1.Win.Chart.Finance.FinancialChartOptions

FinancialChartOptions Class

Represents options for FinancialChart.

Inheritance
FinancialChartOptions
Namespace: C1.Win.Chart.Finance
Assembly: C1.Win.FinancialChart.8.dll
Syntax
public class FinancialChartOptions : ChartOptions

Constructors

Name Description
FinancialChartOptions()

Initializes a new instance of the FinancialChartOptions class.

Properties

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.