[]
        
(Showing Draft Content)

C1.Win.Chart.Finance.FinancialSeries

FinancialSeries Class

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

Inheritance
FinancialSeries
Implements
ISeries
IStyleProvider
Namespace: C1.Win.Chart.Finance
Assembly: C1.Win.FinancialChart.8.dll
Syntax
public class FinancialSeries : Series, IDisposable, ISeries, IStyleProvider
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()

Properties

Name Description
ChartType

Gets or sets the chart type for the series.

Methods

Name Description
IsRangeChartType()

Whether chart type can be ranged.