[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.FinancialSeries

FinancialSeries Class

Represents a series of data points to display in the chart.

Implements
Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class FinancialSeries : Series, IDisposable
Remarks

The FinancialSeries class supports all basic chart types. You may define a different chart type on each FinancialSeries object that you add to the FinancialChart series collection. This overrides the FinancialChart.ChartType property set on the chart that is the default for all FinancialSeries objects in its collection.

Constructors

Name Description
FinancialSeries()

Fields

Name Description
ChartTypeProperty

Identifies the ChartType dependency property.

Properties

Name Description
ChartType

Gets or sets the chart type for the series.