See: Description
| Class | Description |
|---|---|
| AdvancedDynamicChart |
An example that introduces some more advanced features of jchart2d.
|
| AdvancedStaticChart |
Demonstrates advanced features of static charts in jchart2d.
|
| AntialiasingChart |
A test for the
Chart2D that constantly adds new tracepoints to a
Trace2DLtd. |
| AxisScalePolicyManualTickChart |
A minimal example for a chart that has manual configured labels/ticks by using
. |
| CandleSticksStaticChart |
A demonstration of using
Trace2DCandleSticks and
PointPainterCandleStick |
| ChartLargeDataZoomable |
POC to show that "on some computers" jchart2d is able to show 700.000 data
points.
|
| DynamicChartWithArithmeticMeanTrace |
Demonstrates minimal effort to create a dynamic chart with a 2nd trace that
displays the arithmetic mean of the last 5 points of the first trace.
|
| EmptyStaticChart |
Description: A minimal example for testing empty charts.
|
| Log10AxisChart |
A demo chart that uses a logarithmic axis for Y (
AxisLog10) and a trace painter for
discs (TracePainterDisc). |
| Log10AxisChartZoomable |
A demo chart that uses a logarithmic axis for Y (
AxisLog10) and a trace painter for
discs (TracePainterDisc). |
| LogAxisChart |
A demo chart that uses a logarithmic axis for Y (
AxisLog10)
and a trace painter for discs (TracePainterDisc). |
| MinimalDynamicChart |
Demonstrates minimal effort to create a dynamic chart.
|
| MinimalStaticChart |
Title: MinimalStaticChart
|
| MinimalStaticChartWithNanValues |
Title: MinimalStaticChart
|
| MultiAxesStaticChart |
Title: MultipleAxesStaticChart
|
| MultiAxisZoomTest |
Demonstration of a zoom - enabled chart (
ZoomableChart). |
| MultipleCharts |
Demonstrates minimal effort to create multiple charts in one window.
|
| MultitraceStaticChart |
A demonstration of the minimal code to set up a chart with static data and
several traces.
|
| MultiTracing |
An example that tests the ability of multithreaded use of a single
Chart2D. |
| Showcase |
Advanced demonstration applet for jchart2d.
|
| StaticChartDiscs |
A demo chart that uses a
TracePainterDisc. |
| StaticChartErrorBarLineDisc |
Title: StaticChartErrorBarLineDisc
|
| StaticChartFill |
A demo chart that uses a
TracePainterFill. |
| StaticChartWith2StrokeSizes |
Description: A demonstration that bigger strokes extend up, down, left and
right
|
| StaticChartXAxisInverse |
Title: StaticChartXAxisInverse.
|
| StaticCollectorChart |
A chart to test labels.
|
| TraceTester |
A test class that steps through all
ITrace2D implementations and
adds random or "half- random" TracePoint2D -instances. |
| TransparentChart |
A test for the
Chart2D that constantly adds new tracepoints to a
Trace2DLtd. |
| ZoomChartWithErrorBarsAndLogAxis |
Demonstration of a zoom - enabled chart (
ZoomableChart) with error bars and an
for the y axis. |
| ZoomTest |
Demonstration of a zoom - enabled chart (
ZoomableChart). |
If you search for features and look for overviews please execute these classes (they all have a main), look for the features and if interested look at the sourcecode that may be browsed at http://jchart2d.cvs.sourceforge.net and at http://www.koders.com.
Copyright © 2017. All rights reserved.