Classes
Class | Description | |
---|---|---|
Action |
Represents the action object that supports interactive chart actions such as rotating, scaling, translation and zooming.
|
|
ActionCollection |
Represents a collection of Action objects that describe
the interactive behavior of a C1Chart at runtime.
|
|
AnnoCreatedEventArgs |
Provides data for a Axis.AnnoCreated event.
|
|
Area |
Represents the area plot element that fills the area between data point and base line.
|
|
Axis |
Represents the class for Axis object. The axes appear on the plot area of the chart.
|
|
AxisCanvas |
2D Axis.
|
|
AxisCollection |
Represents collection of axes.
|
|
AxisPoint |
Represents the point on the axis.
|
|
AxisRangeChangedEventArgs |
Provides the data for AxisRangeChanged event.
|
|
AxisScrollBar |
Represent axis scroll bar control.
|
|
Bar |
Represents bar plot element.
|
|
BarColumnOptions |
Bar/column chart options.
|
|
BasePieRenderer |
Base class for pie renderers.
|
|
BaseRenderer |
Represents base renderer class. The renderer class performs data visualization.
|
|
BorderEffect |
Defines border effect.
|
|
BoxSymbol |
Represents box symbol.
|
|
BubbleOptions |
Bubble chart options.
|
|
BubbleSeries |
BubbleSeries can contains values that specify size of the symbol
for each data point. Use BubbleSeries to create bubble charts.
|
|
C1Chart |
Represents a C1Chart control.
|
|
C1ChartLegend |
Represents the chart legend.
|
|
ChartBindings |
Specifies various data bindings for chart.
|
|
ChartData |
Main class of data handling, contains collection of data series.
|
|
ChartPanel |
Defines panel that contains UIElement attached to the data coordinates.
|
|
ChartPanelObject |
Defines element of chart panel.
|
|
ChartPanelObjectCollection |
Defines collection of chart panel objects.
|
|
ChartSubtype |
Represents chart type in the gallery.
|
|
ChartTypeInfo |
Represents the chart type.
The type contains from the collection of subtypes that describe
different variations of the chart type.
|
|
ChartView |
Represents class view object that contains all visual plot elements:
axes, visualized data.
|
|
Converters |
Contains static instances of built-in converters.
|
|
DataPoint |
Represent the single data point that may have several data values.
|
|
DataPointConverter |
Performs conversion from DataPoint to string based on the specified
format string.
|
|
DataSeries |
Represents data series which contains a group of data values.
|
|
DataSeriesCollection |
Represents collection of data series.
|
|
DotSymbol |
Represents a dot symbol.
|
|
Extensions |
Class that provides static extension methods for several other classes.
|
|
FormatConverter |
Performs conversion to string based on the specified format string.
|
|
HighLowOpenCloseSeries |
Represents data series with x, y, high, low, open, close data arrays.
|
|
HighLowOpenCloseSeries..::..HLOCDataPoint |
Represents data point for HighLowOpenCloseSeries.
|
|
HighLowSeries |
Represents data series with X, Y, High and Low values.
|
|
HLBar |
Represents plot element that connects high and low values.
|
|
HLOC |
Represents element of financial chart (high-low-open-close).
|
|
Legend | Obsolete.
Represents the chart legend.
|
|
LegendItem |
Represents the item in the chart legend.
|
|
LegendItemCollection |
Represents the collection of legend items.
|
|
LineAreaOptions |
Specifies various advanced options for line and area charts.
|
|
Lines |
Represents plot element that connects the data points.
|
|
NullableChartTypeConverter |
Type converter for DataSeries.ChartType property.
|
|
Pie | Obsolete.
Represents the element of pie chart.
|
|
PieOptions |
Specifies various options for pie charts.
|
|
PieRenderContext |
Provides information about the render context for pie visualization.
|
|
PieRenderer |
Performs 2D pie visualization.
|
|
PieSlice |
Represents plot element of pie chart.
|
|
PlotArea |
Defines the area containing plot elements that correspond to the data points.
|
|
PlotAreaCollection |
Defines collection of plot areas
|
|
PlotAreaColumnDefinition |
Defines column-specific properties for plot area.
|
|
PlotAreaRowDefinition |
Defines row-specific properties for plot area.
|
|
PlotElement |
Generic plot element.
|
|
PlotElementAnimation |
Defines animation for plot element.
|
|
PolarRadarOptions |
Specifies various advanced options for polar and radar charts.
|
|
RadarRenderer |
Renders radar charts.
|
|
RenderContext |
Represents the render context.
|
|
Renderer2D |
Renderer which creates plot in Cartesian coordinates.
|
|
RPolygon |
Represents regular polygon.
|
|
ScaleAction |
Represents the scale action.
|
|
ShadowEffect |
Defines shadow effect.
|
|
ShapeStyle |
Describes shape appearance.
|
|
Star |
Represents star symbol.
|
|
StepArea |
Represents plot element of step area chart.
|
|
StepLines |
Represents step lines that connects data points.
|
|
Symbol |
Represents base class for 2D plot symbols.
|
|
TranslateAction |
Represents translate action.
|
|
VisualEffect |
Base visual effect.
|
|
VisualEffectGroup |
Defines visual effect that consists from several effects.
|
|
XYDataSeries |
Represents data series with X- and Y-values.
|
|
XYDataSeries..::..XYDataPoint |
Represents data point for XYDataSeries.
|
|
ZoomAction |
Represents zoom action.
|
Structures
Structure | Description | |
---|---|---|
PieInfo |
Represents parameters of pie slice.
|
Interfaces
Interface | Description | |
---|---|---|
IAxisScrollBar |
Descirbes the axis scroll bar.
|
|
IChartLayer |
Defines chart layer interface.
|
|
ICoordConverter |
Represents coordinate converter
|
|
IDataSeriesInfo |
Generic data series.
|
|
IPlotElement |
Represents generic plot element.
|
|
IRenderer |
Generic renderer interface.
|
Delegates
Delegate | Description | |
---|---|---|
AnnoCreatedEventHandler |
Represents the method that handles a Axis.AnnoCreated event.
|
|
AxisRangeChangedEventHandler |
Specifies delegates for the
|
Enumerations
Enumeration | Description | |
---|---|---|
Aggregate |
Specifies how data should be aggregated for charting.
|
|
AnnoPosition |
Specifies position of the axis labels.
|
|
AnnoVisibility |
Specifies annotation visibility options.
|
|
AxisPosition |
Specifies position of the axis.
|
|
AxisScrollBarPosition |
Specifies available positions for axis scroll bar.
|
|
AxisType |
Specifies axis type.
|
|
BorderStyle |
Specifies border style for Border effect.
|
|
BubbleScale |
Specifies how to calculate the size of symbols for Bubble chart.
|
|
ChartPanelAction |
Specifies possible action for the chart panel objects.
|
|
ChartPanelAttach |
Specifies possible attach options for chart panel object,
|
|
ChartTheme |
Specifies available chart themes
|
|
ChartType |
Specifies the chart type.
|
|
Clipping |
Specifies possible values for clipping algorithm.
|
|
ColorScheme |
Specifies how color scheme is generated.
|
|
GradientMethod |
Specifies how to handle gradient brushes in themes and custom palettes.
|
|
HLOCAppearance |
Defines the appearance of HLOC (high-low-open-close) plot element.
|
|
LabelAlignment |
Specifies the position of data label relative to the corresponding plot element.
|
|
LegendPosition |
Specifies legend position.
|
|
Marker |
Specifies data point marker.
|
|
MeasureOption |
Specifies how the distance between points is calculated.
|
|
MouseWheelDirection |
Specifies available values for mouse wheel direction.
|
|
OptimizationRadiusScope |
Specifies available options of optimization radius scope.
|
|
Palette |
This enumeration specifies color themes used to
generate colors for data series. Named color themes
other than Custom are similar to those in Microsoft Office.
|
|
RadarLabelVisibility |
Specifies available options for labels on radial axes for radar chart.
|
|
RenderMode |
Specifies available render mode for data series.
|
|
SelectionAction |
Specifies available actions to perform selection of plot elements.
|
|
SeriesDisplay |
Specifies various display options for data series.
|
|
StackedOptions |
Specifies options of stacked chart.
|
|
TransformMode |
Specifies transformation mode for plot elements.
|
|
ValueCoordinate |
Specifies which coordinate corresponds to the data values.
|