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
the title of the chart
the label for the domain axis
the label for the range axis
the orientation of the chart
whether or not the chart will contain a legend
whether or not tooltips will be generated
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
the title of the chart
the label for the domain axis
the label for the range axis
the orientation of the chart
whether or not the chart will contain a legend
whether or not tooltips will be generated
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
the title of the chart
the label for the domain axis
the label for the range axis
the orientation of the chart
whether or not the chart will contain a legend
whether or not tooltips will be generated
Factory for numeric area charts.