/XChart

XChart is a light-weight Java library for plotting data.

Primary LanguageJavaApache License 2.0Apache-2.0

This is a fork of XChart that allows it to plot XYCharts and fill the Areas from top to bottom instead of bottom to top.

This feature is used by using XYSeries.XYSeriesRenderStyle.ReverseArea instead of XYSeries.XYSeriesRenderStyle.Area.