[]
Represents a series of data points to display in the chart.
public class FinancialSeries : Series, IDisposable, ISeries, IStyleProvider
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.
Name | Description |
---|---|
FinancialSeries() |
Name | Description |
---|---|
ChartType | Gets or sets the chart type for the series. |
Name | Description |
---|---|
IsRangeChartType() | Whether chart type can be ranged. |