[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.FinancialChartOptions

FinancialChartOptions Class

Represents options for FinancialChart.

Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class FinancialChartOptions : ChartOptions

Constructors

Name Description
FinancialChartOptions()

Fields

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.

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 14.