[use case] Creates a new chart that represents numeric x and y values with an area.
Creates a new chart that represents numeric x and y values with an area.
If the input dataset is an instance of a TimePeriodValuesCollection,
TimeSeriesCollection or TimeTableXYDataset the domain axis will correctly be set to a
DateAxis.
the data the chart will visualize
[use case] Creates a new chart that represents multiple numeric x and y values with stacked areas.
Creates a new chart that represents multiple numeric x and y values with stacked areas.
If the input dataset is an instance of a TimeTableXYDataset the domain axis will correctly
be set to a DateAxis.
the data the chart will visualize
[use case] Creates a new chart that represents multiple numeric x and y values with a stepped area.
Creates a new chart that represents multiple numeric x and y values with a stepped area.
If the input dataset is an instance of a TimePeriodValuesCollection,
TimeSeriesCollection or TimeTableXYDataset the domain axis will correctly be set to a
DateAxis.
the data the chart will visualize
Factory for numeric area charts.