Wt::Chart Namespace Reference

Namespace for the Chart library. More...


Classes

class  WAbstractChart
 Abstract base class for MVC-based charts. More...
class  WAxis
 Class which represents an axis of a cartesian chart. More...
class  WCartesianChart
 A cartesian chart. More...
class  SeriesIterator
 Abstract base class for iterating over series data in WChart2DRenderer. More...
class  WChart2DRenderer
 Helper class for rendering a cartesian chart. More...
class  WChartPalette
 Abstract base class for styling rendered data series in charts. More...
class  WDataSeries
 A single data series in a cartesian chart. More...
class  WPieChart
 A pie chart. More...
class  WStandardPalette
 Standard styling for rendering series in charts. More...

Enumerations

enum  Axis {
  XAxis = 0, YAxis = 1, Y1Axis = YAxis, Y2Axis = 2,
  OrdinateAxis = YAxis
}
 Enumeration that indicates a chart axis. More...
enum  AxisLocation { MinimumValue, MaximumValue, ZeroValue }
 Enumeration that indicates a logical location for an axis. More...
enum  AxisScale { CategoryScale = 0, LinearScale = 1, LogScale = 2, DateScale = 3 }
 Enumeration that indicates a scale for an axis. More...
enum  ChartType { CategoryChart, ScatterPlot }
 Enumeration type that indicates a chart type for a cartesian chart. More...
enum  SeriesType { PointSeries, LineSeries, CurveSeries, BarSeries }
 Enumeration that specifies the type of a chart series. More...
enum  MarkerType {
  NoMarker, SquareMarker, CircleMarker, CrossMarker,
  XCrossMarker, TriangleMarker
}
 Enumeration that specifies a type of point marker. More...
enum  FillRangeType { NoFill, MinimumValueFill, MaximumValueFill, ZeroValueFill }
 Enumeration that specifies how an area should be filled. More...
enum  LabelOptions {
  NoLabels = 0x00, Inside = 0x01, Outside = 0x02, TextLabel = 0x10,
  TextPercentage = 0x20
}
 Enumeration that specifies options for the labels. More...


Detailed Description

Namespace for the Chart library.

Generated on Fri Sep 12 17:01:15 2008 for Wt by doxygen 1.5.6