Title | Description |
Simple Line Chart | Demonstrates the basic steps in creating line charts. |
Compact Line Chart | Extends the Simple Line Chart example by decorating the chart using a number of chart formatting features. |
3D Line Chart | Demonstrates setting the line to 3D by using Layer.set3D. |
Multi-Line Chart | Demonstrates a chart with multiple lines of different styles. Also demonstrates using frame with rounded corners, title with glass shading effect, both vertical and horizontal grid lines, and a legend at the top of the plot area. |
Symbol Line Chart | Demonstrates using symbols to represent data points, and putting data labels on top of the symbols. |
Symbol Line Chart (2) | Demonstrates using symbols to represent data points and using gradient color for plot area background. |
Spline Line Chart | Demonstrates using spline curves to join data points, title with soft lighting effect, as well as a number of chart formatting techniques. |
Step Line Chart | Demonstrates joining data points with steps. Also demonstrates irregularly spaced data points on an auto-scaled true date/time axis. |
Line Comparison | Demonstrates filling the area between two lines or curves, as well as a number of advanced chart formatting techniques. |
Line with Error Symbols | Demonstrates combining a line layer with a box-whisker layer to draw a line with error symbols. |
Multi-Symbol Line Chart | Demonstrates a line with different symbols for different data points. Also demonstrates irregularly spaced data points on an auto-scaled true date/time axis. |
Custom Symbols | Demonstrates loading external image files as data symbols by using DataSet.setDataSymbol2. |
Rotated Line Chart | Demonstrates swapping the x and y axes to produce a rotated line chart in which the line goes from top to bottom (instead of left to right). |
Arbitrary XY Line Chart | Demonstrates drawing a line chart with arbitrary x coordinates (not increasing or decreasing in one direction), and adding custom data labels to data points. |
Discontinuous Lines | Demonstrates using NoValue to represent lines with missing data points. Also demonstrates vertical zones and custom text boxes. |