| Class | Description |
| Annotation |
Encapsulates a Box object with a position, data source, and hot
spot functionality.
|
| AnnotationCollection | Contains a collection of Annotation objects. |
| Axis | Represents an axis drawn on a ChartArea. |
| Axis.ScaleSync |
An extension to the Axis.SynchronizeScale property. Defines the scale
synchronization behavior of an axis.
|
| Axis.TimeScaleLabelInfo |
Encapsulates time scale label behavior options in addition to axis ticks and
format strings used instead of the main axis ticks when they represent particular
instances in time.
|
| AxisCollection |
Contains a collection of Axis objects.
|
| AxisMarker |
Defines styles and positions used to mark a specified section or point on an
axis.
|
| AxisMarkerCollection | Contains a collection of AxisMarker objects. |
| AxisTick |
Encapsulates an axis tick that includes Label or ElementMarker, TickLine, and
GridLine styling objects.
|
| AxisTickCollection | Contains a collection of AxisTick objects. |
| Background |
Defines styling properties used to fill the interior of polygons and chart
elements such as legend boxes, annotations and other shapes.
|
| Box |
Defines a base class for derived objects such as Chart.TitleBox,
Chart.LegendBox, and Annotation.
|
| BoxHeaderOptions |
Represents a box header with options that control its layout, styling, and contents.
|
| CalendarPattern | Specifies a calendar pattern such as weekends in a week. |
| Chart | The .netCHARTING control. |
| ChartArea |
Represents an area on which series and elements are plotted.
|
| ChartAreaCollection | Contains a collection of ChartArea objects. |
| ChartAreaLayout |
Encapsulates a set of options that control the layout of multiple chart areas in
a single chart image.
|
| DataEngine |
Acquires and manipulates data from databases or other sources, then creates a
SeriesCollection which is consumed by the chart control.
|
| DataSource |
Represents a single or related set of .netCHARTING data-based objects that
specify a data source used to parse tokens and populate custom legend boxes with
LegendEntry objects.
|
| Element | Represents a element object or data point on the chart. |
| ElementCollection |
Contains a collection of Element objects.
|
| ElementMarker |
Defines a graphical object with a specified shape, size, and color or an image used to
mark and identify Element objects.
|
| EmptyElement |
Defines the behavior and appearance of empty elements for a given Series.
|
| FileManager |
Facilitates saving bitmap images and cleanup.
|
| FinancialEngine |
Provides a set of methods that perform financial analysis of series and series collections.
|
| FinancialEngine.Options |
Defines a set of static options used with FinancialEngine calculations.
|
| ForecastEngine |
Provides a set of methods that find the best fit curve of a data set.
|
| ForecastEngine.Advanced |
This class contains advanced methods for calculating the best fitting curve of a data set.
It allows the user to construct his own function.
|
| ForecastEngine.Options |
Defines a set of static options used with FinancialEngine calculations.
|
| Hotspot |
Represents a hotspot on the image and provides events such as tool tips and
redirect URL when clicked.
|
| Hotspot.HtmlAttribute | Encapsulates a number of pre-defined javascript actions and their values. |
| Hotspot.HtmlAttributes | Encapsulates a set of html event attributes and their values. |
| HotspotCollection | Contains a collection of Hotspot objects. |
| JSMapping |
Encompasses options for JS Mapping.
|
| JsOptions |
Contains the public API definitions for options that control JavaScript chart features and
behavior.
|
| JsOptions.JsButtons | Defines the export and print button options for JavaScript charts. |
| JsOptions.LanguageStringSettings | Defines the language string options for JavaScript charts. |
| Label | Represents a label containing text, a font, color, and other options. |
| LabelAlignmentCollection |
Contains a collection of LabelAlignment objects.
|
| LabelOverrideCollection |
Contains a collection of LabelOverride objects.
|
| LegendBox | Encapsulates a collection of LegendEntry objects. |
| LegendBoxCollection | Contains a collection of LegendBox objects. |
| LegendEntry |
Represents an entry in the legend box.
|
| LegendEntryCollection |
Contains a collection of LegendEntry objects.
|
| Line | |
| ListCollection |
A list dictionary variation that allows adding items of the string type using a
string.
|
| NavigatorOptions | Contains the definition for options that control the navigator features and behavior. |
| NavigatorOptions.NavigationBarOptions | Defines the navigation bar at the top of a navigator chart. |
| Parameter | Represents an SQL parameter to use with a StoredProcedure.
|
| ParameterCollection |
Contains a collection of Parameter objects.
|
| ScaleRange |
Represents a value or range of values on an axis scale. Values can be numeric,
DateTime, and string types.
|
| ScaleRangeCollection | Contains a collection of ScaleRange objects. |
| Series | Encapsulates a group of elements. |
| SeriesCollection |
Contains a collection of Series objects.
|
| Shadow |
Represents a shadow cast by chart objects such as a Box,
Annotation, and others.
|
| SmartColor |
Defines a SmartColor object that can be used applied to elements
or series conditionally based on specific names or elements with values which fall
within a specified range.
|
| SmartLabel |
Encapsulates a Label object with advanced alignment and collision detection options.
|
| SmartPalette |
Contains collection of SmartPalette objects or
dictionary like items of string and color pairs where strings refer to series or
element names and colors that are assigned to series or elements with those
names.
|
| StatisticalEngine |
Provides a set of methods that perform statistical analysis of series and series collections.
|
| StatisticalEngine.Options |
Defines a set of static options used with StatisticalEngine calculations.
|
| SubValue |
Represents a value relative to or independent of the parent element's
value.
|
| SubValueCollection | Contains a collection of SubValue objects. |
| TimeIntervalAdvanced |
Represents a time interval and instant at which it occurs.
|
| TimeIntervalCollection | Contains a collection of TimeInterval objects. |
| Truncation |
Defines properties used to shorten long labels.
|
| View3D | Contains properties that control the 3D view angles and options when used with surface charts. |
| Viewport |
An extension to the ViewRange property. Defines the visible
scale range or zoom range when using AJAX scrolling. Setting the properties of this
class allows zooming the chart programatically.
|