Namespace for the Charts. 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 | AxisValue { MinimumValue = 0x1, MaximumValue = 0x2, ZeroValue = 0x4 } |
Enumeration that indicates a logical location for an axis. More... | |
enum | AxisScale { CategoryScale = 0, LinearScale = 1, LogScale = 2, DateScale = 3, DateTimeScale = 4 } |
Enumeration that indicates a scale for an axis. 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 | ChartType { CategoryChart, ScatterPlot } |
Enumeration type that indicates a chart type for a cartesian chart. More... | |
enum | LegendLocation { LegendInside, LegendOutside } |
Enumeration type that indicates a legend location. More... | |
enum | LabelOption { NoLabels = 0x00, Inside = 0x01, Outside = 0x02, TextLabel = 0x10, TextPercentage = 0x20 } |
Enumeration that specifies options for the labels. More... |
Namespace for the Charts.