Package org.swtchart

Packages

package  examples
package  ext
package  internal

Classes

class  Chart
 A chart which are composed of title, legend, axes and plot area. More...
class  Constants
 Constant values. More...
interface  IAxis
 An axis which is composed of title and tick. More...
interface  IAxisSet
 An axis container. More...
interface  IAxisTick
 An axis tick. More...
interface  IBarSeries
 Bar series. More...
interface  ICustomPaintListener
 The paint listener to paint on plot area. More...
interface  IDisposeListener
 The dispose listener. More...
interface  IErrorBar
 An error bar. More...
interface  IGrid
 A grid. More...
interface  ILegend
 A legend for chart. More...
interface  ILineSeries
 Line series. More...
interface  IPlotArea
 The plot area. More...
interface  ISeries
 Series. More...
interface  ISeriesLabel
 A series label. More...
interface  ISeriesSet
 A series container. More...
interface  ITitle
 A title. More...
class  Range
 A range. More...

Enumerations

enum  LineStyle {
  NONE = ("None"), SOLID = ("Solid"), DASH = ("Dash"), DOT = ("Dot"),
  DASHDOT = ("Dash Dot"), DASHDOTDOT = ("Dash Dot Dot")
}
 

A line style.

More...

Enumeration Type Documentation

A line style.

Enumerator:
NONE 

none

SOLID 

solid

DASH 

dash

DOT 

dot

DASHDOT 

dash dot

DASHDOTDOT 

dash dot dot

Definition at line 12 of file LineStyle.java.


Generated on 26 Oct 2015 for SWTChart.org by  doxygen 1.6.1