Dundas Chart for ASP.NET
Dundas.Charting.WebControl Namespace
See Also  Inheritance Hierarchy Send comments on this topic.

Classes

  Class Description
Class AnimationBase

Enterprise Only Feature. Base class used for derived animation-related types.


Base class which represents information of custom animated types.
Class AnimationCollection

Enterprise Only Feature. Animation collection, used to store animation objects.


Animation collection.
Class AnimationElement Enterprise Only Feature. Represents elements that can be animated.
Animation Element class.
Class AnimationElementsCollection Enterprise Only Feature. This collection is used to store animated elements.
Animation elements collection.
Class AnimationManager This class is main class for animation. It coordinates work of all animated elements and UI.
Class AnimationType Base class for different animation type classes.
Class Annotation Enterprise Only Feature. Annotation is an abstract class that defines properties and methods common to all annotations.
Annotation is an abstract class that defines properties and methods common to all annotations.
Class AnnotationCollection Enterprise Only Feature. AnnotationCollection is a class that stores chart annotation objects.
AnnotationCollection is a class that stores chart annotation objects.
Class AnnotationGroup  AnnotationGroup is a class that represents a group of annotations.
AnnotationGroup is a class that represents an annotation group.
Class AnnotationPathPoint  The AnnotationPathPoint class represents a path point of a polyline or polygon, and is stored in their PathPoints property.
The AnnotationPathPoint class represents a path point of a polyline or polygon, and is stored in their PathPoints property, which is only available at design-time.
Class AnnotationPathPointCollection  AnnotationPathPointCollection is a collection of polyline annotation path points, and is available using the PathPoints property.
AnnotationPathPointCollection is a collection of polyline annotation path points, and is only available via the PathPoints property at design-time.
Class AnnotationSmartLabels  Smart labels for annotations.
AnnotationSmartLabels class provides SmartLabels functionality specific to the annotation objects.
Class AnnotationSmartLabelsStyle Enterprise Only Feature. The AnnotationSmartLabelsStyle class is used to store annotation smart labels attributes.
The AnnotationSmartLabelsStyle class is used to store annotation smart labels attributes.
Class AnovaResult Enterprise Only Feature. Represents the results of an Anova statistical test.
AnovaResult class stores results of the Anova statistical calculations.
Class ArrowAnnotation Enterprise Only Feature. ArrowAnnotation represents an arrow annotation.
ArrowAnnotation is a class class that represents arrow annotation.
Class Axis

Provides axes functionality for the Chart control.


This class gives information to chart series about position in the chart area and keeps all necessary information about axes.
Class AxisDataView

Provides data view functionality for the Chart control.


AxisDataView class represents an axis data view. It allows to display only part of the avilable data.
Class AxisLabels This class provides functionality for drawing axis labels.
Class AxisScale This class keeps information about minimum, maximum and interval values and it is responsible for setting these values automatically. It also recalculates crossing logarithmic and reverse axis.
Class AxisScaleBreakStyle This class provides the functionality for scale breaks.
AxisScaleBreakStyle class represents settings that control scale break feature.
Class AxisScaleSegment AxisScaleSegment class represents a single segment of the axis with it's own scale and intervals.
Class AxisScaleSegmentCollection AxisScaleSegmentCollection is a strongly typed collection of AxisScaleSegment objects.
Class AxisScrollBar

This class represents the scrollbar of a chart axis.


AxisScrollBar class represent axis scroolbar. It is exposed as ScrollBar property of the Axis class. It contains scrollbar appearance properties and drawing methods.
Class Border3DAnnotation  Border3DAnnotation is a class that represents an annotation with a 3D border.
Border3DAnnotation is a class that represents an annotation with a 3D border.
Class BorderSkinAttributes

This class provides the functionality for the chart's border skins.


Drawing attributes of the 3D border skin.
Class CalloutAnnotation  CalloutAnnotation is a class that represents a callout annotation.
CalloutAnnotation is a class class that represents callout annotation.
Class Chart

Serves as the root class of the Chart control.


Summary description for enterprize chart control.
Class Chart.ChartScrollEventArgs Chart scroll event arguments.
Class ChartArea

Represents a chart area element in a chart image.


This class is used to create and display a chart area on the chart picture. The chart area is rectangle area on the chart picture, which has 4 axes, horizontal and vertical grids and different or same chart types. A Chart area can contain more than one different chart type. ChartArea class expose all the properties and methods of its base ChartArea3D class.
Class ChartArea3D ChartArea3D class represents 3D chart area. It contains all the 3D scene settings and methods for drawing the 3D plotting area calculating the depth of chart elements and others.
Class ChartArea3DStyle

This class provides the functionality for 3D attributes of chart areas.


ChartArea3DStyleClass class represents chart area 3D settings like totation angles, perspective and others.
Class ChartAreaAxes ChartAreaAxes class represents axes (X, Y, X2 and Y2) in the chart area. It contains methods that collect statistical information on data and other axes related methods.
Class ChartAreaCollection

This represents a collection of ChartArea objects.


ChartAreaCollection class represents a strongly typed collection of ChartArea objects. Each chart area has a unique name in the collection and can be retrieved by name or index.
Class ChartCallbackManager This class contains all methods related to callbacks on the chart.
ChartCallbackManager is a class exposed into the chart and handle with callbacks, chart viewstate, chart rendering in user interactive mode and contain several public methods for helping callback calls.
Class ChartElement ChartElement class represents common properties for chart elements like legend, title, plotting are. It also contains helper methods used in most chart elements.
Class ChartGraphics

This class provides numerous conversion functions and also exposes a GDI+ Graphics object.


A DataPoint object to be used as the first object drawn in the hot region and the source for the Href and Tooltip.
ChartGraphics class provides all chart drawing capabilities. It contains methods for drawing 2D primitives and also exposes all ChartGraphics3D class methods for 3D shapes. Only this class should be used for any drawing in the chart.
Class ChartHttpHandler.StorageSettings This class defines attributes that can be used by the developer to write a custom HTTP handler for storing temporary files.
Class ChartImage ChartImage class adds image type and data binding functionality to the base ChartPicture class.
Class ChartPaintEventArgs

This class provides data for the paint events of the Chart control.


Chart paint events arguments
Class ChartSerializer

This class allows for serialization of the Chart control.


ChartSerializer class provides chart serialization API. Depending on the Format property XmlFormatSerializer or BinaryFormatserializer classes will be used internally.
Class ChartToolbar This class represents the Chart Toolbar, found in the Chart UI.
Represents a UI toolbar. This control can be used to modify options of an associated OlapChart component.
Class ChartUI Enterprise Only Feature. The ChartUI class represents the Chart's User Interface Manager.
The ChartUI represents the Chart User Interface Manager. The Chart User Interface Manager provides the most common actions required by an end-user, such as switching from 2D/3D, color change, rotation and show/hide items like legends and grid. The major components which contain the ChartUI class are CommandCollection, ToolbarAttributes and ContextMenuAttributes. The Chart User Interface is active in Dundas Chart for Windows Froms and Internet SmartClient
Class Command Enterprise Only Feature. Commands are the basis for interactions with user-interface elements, and each command contains a chart functionality that developers can use to build their own custom toolbar and/or context menu.
Commands are the basis for interactions with user-interface elements.

Each command contains a chart functionality that developers can utilize to build their own custom toolbar and/or context menu.

The type of command is determined by CommandType property. The Command has Parameters and can be executed by Execute method.

Class CommandCollection Enterprise Only Feature. This collection stores the Chart control's Command objects.
The CommandCollection represents collection of Command object instances.
Class CommandElement Enterprise Only Feature. This class serves as the base class for all objects in the Chart UI infrastructure that represent elements in the various UI collections.
The CommandElement object is a base object for all objects in ChartUI infrastructure which represents elements in collections.
Class CommandElementCollection Enterprise Only Feature. This collection class serves as the base class for the Chart UI collections (e.g. CommandCollection and CommandUIItemCollection), and stores CommandElement objects.
CommandElementCollection is a collection for CommandElement objects and it represents the base class for CommandCollection and CommandUIItemCollection.
Class CommandFiredArgs Enterprise Only Feature. This class is used as a parameter of the CommandFired event, which is raised after a command is executed.
The CommandFiredArgs is a parameter of Chart.CommandFired event which is fired after executing a Command.
Class CommandFiringArgs Enterprise Only Feature. This class is used as a parameter of the CommandFiring event, which is raised before a command is executed.
The CommandFiringArgs is a parameter of Chart.CommandFiring event which is fired just before executing a Command
Class CommandUI Enterprise Only Feature. Represents a command user interface.
The CommandUI class is a link between a visual component and Chart Command.
Class CommandUIItem Enterprise Only Feature. The CommandUIItem class represents one Chart toolbar and context menu item.
The CommandUIItem represents one Chart Toolbar and Chart Context Menu Item. It is a member of CommandUIItemCollection.
Class CommandUIItemCollection Enterprise Only Feature. This collection stores UI toolbar and context menu items.
The CommandUIItemCollection represents Toolbar and ContextMenu items collection.
Class CommonElements Enterprise Only Feature. This class contains a reference to the Data Manager and other common Chart classes.
CommonElements class provides references to common chart classes like DataManager, ChartTypeRegistry, ImageLoader and others. It is passed to different chart elements to simplify access to those common classes.
Class ContextMenuAttributes Enterprise Only Feature. This class represents context menu attributes.
Exposes chart context menu attributes.
Class Cursor

The Cursor class defines a movable, line indicator on the chart that, when enabled, marks the position at which to start and end a zooming view.


Cursor class is responsible for chart axes cursor and selection functionality. It contains properties which define visual appearance, position and behavior settings. It also contains methods for drawing cursor and selection in the plotting area.
Class CustomizeLegendEventArgs

Enterprise Only Feature. Provides data for the CustomizeLegend event of the Chart control.


Chart legend customize events arguments
Class CustomizeMapAreasEventArgs

Provides data for the CustomizeMapAreas event of the Chart control.


Chart map areas customize events arguments
Class CustomLabel

Represents a custom label for an axis.


CustomLabel class represents a single custom axis label. Text and position along the axis is provided by the user.
Class CustomLabelsCollection

This represents a collection of CustomLabel objects.


CustomLabelsCollection class is a strongly typed collection of custom axis labels.
Class DataManipulator

This class is used at run-time to perform various data manipulation.


DataManipulator class is used at run-time to perform data manipulation operations, and is exposed using the DataManipulator property of the root Chart object.
Class DataPoint

Represents a data point, which is stored in the DataPointCollection class.


Stores values and attributes of one Data Point in the Data series.
Class DataPointAttributes

This class defines attributes that are common to data points, series and empty points.


Stores attributes of one Data Point and Data series.
Class DataPointCollection

This represents a collection of DataPoint objects.


Data points collection
Class EllipseAnnotation  EllipseAnnotation is a class that represents an ellipse annotation.
EllipseAnnotation is a class that represents an ellipse annotation.
Class FadingAnimation

 Fading animations are used to create color-related animations.


Fading animation type.
Class FinancialMarker Enterprise Edition Only Feature. Represents a financial marker that belongs to a series.
FinancialMarker class contains properties which define marker visual appearance, style and its connection to the series data points.
Class FinancialMarkersCollection Enterprise Edition Only Feature. This class represents a collection of FinancialMarker objects.
FinancialMarkersCollection class is a strongly typed collection of FinancialMarker objects. FinancialMarkers class is used to perform all the calculations and drawing of the markers.
Class FTestResult Enterprise Edition Only Feature. This class stores the results of the FTest statistical methods.
FTestResult class stores results of the FTest statistical calculations.
Class Grid

The Grid class provides functionality for the major and minor grids of Axis objects.


Grid class represents axis grid lines which are drawn in the plotting area. It contains grid interval and visual appearance properties. Class also contains methods for grid lines drawing.
Class GrowingAnimation

 Growing animation type.


Growing animation type.
Class HitTestResult Represents the results of a hit test.
This class is used as a result of hit test function
Class HorizontalLineAnnotation  HorizontalLineAnnotation is a class that represents a horizontal line annotation.
HorizontalLineAnnotation is a class that represents a horizontal line annotation.
Class ImageAnnotation  ImageAnnotation is a class that represents image annotation.
ImageAnnotation is a class that represents image annotation.
Class Label

Represents a label.


Label class contains properties which define visual appearance of the axis labels, their interval and position. This class is also responsible for calculating the position of all the labels and drawing them.
Class Legend

Represents the legend for the chart image.


Legend class represents a single chart legend. It contains visual appearance, position and content properties. Legend class is also responible for drawing and positionning of the legend.
Class LegendCell This class represents a legend cell in a legend item.
LegendCell class represents a single cell in the chart legend. Legend contains several legend items, each item contains several cells which form vertical columns. This class provide properties which determine content of the cell and its visual appearance. It also contains method which determine the size of the cell and draw cell in the chart.
Class LegendCellCollection The LegendCellCollection class stores legend cells in a LegendItem object.
LegendCellCollection is a strongly typed collection of LegendCell objects.
Class LegendCellColumn

The LegendCellColumn class represents a cell column in a legend, used to extend the functionality of the default legend.


The LegendCellColumn class represents a cell column in a legend, used to extend the functionality of the default legend. It contains visual appearance properties, legend header settings and also determine how and in which order cells are formed for each of the legend items.
Class LegendCellColumnCollection LegendCellColumnCollection is a class that stores legend cell columns, which are applied to default legend items.
LegendCellColumnCollection is a strongly typed collection of LegendCellColumn objects.
Class LegendCollection

This represents a collection of Legend  objects.


LegendCollection class is a strongly typed collection of legends.
Class LegendItem

Represents a legend item, which is stored in the LegendItemsCollection class.


LegendItem class presents a single item (row) in the legend. It contains properties which describe visual appearance and content of the legend item.
Class LegendItemsCollection

This represents a collection of LegendItem objects.


LegendItemsCollection class is a strongly typed collection of legend items.
Class LineAnnotation  LineAnnotation is a class that represents a line annotation.
LineAnnotation is a class that represents a line annotation.
Class MapArea

Represents a map area, and is stored in the MapAreasCollection class.


MapArea class represents an area of the chart with end-user interactivity like tooltip, HREF or custom attributes.
Class MapAreasCollection

This class represents a collection of MapArea objects.


MapAreasCollection class is a strongly typed collection of MapAreas
Class Margins This class represents the margins for various chart elements.
This class represents the margins for various chart elements.
Class MovingAnimation

 Moving animation type.


Moving animation type.
Class NamedImage

This class represents named images, and NamedImage objects are stored in the NamedImages collection property.


NamedImage class stores a single Image with it's unique name.
Class NamedImagesCollection

This represents a collection of NamedImage objects.


NamedImagesCollection class is a strongly typed collection of NamedImage objects. It is exposed as Images chart root property.
Class Point3D

Represents the coordinates of a 3D data point, and is used when performing custom drawing with 3D charts.


Point3D class represent point coordinates in 3D space.
Class PolygonAnnotation  PolygonAnnotation is a class that represents a polygon annotation.
PolygonAnnotation is a class that represents polygon annotation.
Class PolylineAnnotation  PolylineAnnotation is a class that represents a polyline annotation.
PolylineAnnotation is a class that represents a polyline annotation.
Class RectangleAnnotation  RectangleAnnotation is a class that represents a rectangle annotation.
RectangleAnnotation is a class that represents a rectangle annotation.
Class Series

This class stores data points as well as series attributes.


Stores data points and default series attributes.
Class SeriesCollection

This represents a collection of Series objects.


Data series collection
Class SmartLabelsStyle Enterprise Edition Only Feature. This class provides the functionality for intelligent, rule-based data point label positioning to overcome data point label overlapping issues.
SmartLabelsStyle class is used to enable and configure the SmartLabels algorithm for data point labels and annotations. In most of the cases it is enough just to enable the algorithm, but this class also contains properties which allow controlling how the labels are moved around to avoid collisions. Visual appearance of callouts can also be set through this class.
Class Statistics Enterprise Edition Only Feature. This class is used for statistical formulas.
Statistics class provides helper methods for statisctical calculations. Actual calculations are made in the FormulaData class and the Statistics class provide a simplified API which automatically prepares parameters and deals with input and output series.
Class StripLine

Represents the strip lines of a ChartArea object.


StripLine class contains properties which define visual appearance of the stripe or line, its position according to the axis and optionally may contain the repeat interval. Text maybe associated with a strip or line.It also contains methods of drawing and hit testing.
Class StripLinesCollection

This class represents a collection of StripLine objects.


StripLinesCollection class is a strongly typed collection of StripLine classes.
Class SubAxis SubAxis class is derived from the main Axis class and provides additional axis associated with one of the main chart axis.
Class SubAxisCollection SubAxisCollection is a strongly typed collection of chart sub-axes objects. Collection indexer can accept sub-axis index or it's unique name as a parameter.
Class TextAnnotation  TextAnnotation is a class that represents a text annotation.
TextAnnotation is a class that represents a text annotation.
Class TickMark

Represents the major and minor tick marks along an axis.


TickMark class represents axis tick marks which are drawn next to the axis line. TickMarks share many common propertie with the Grid class. Class also contains methods for tick marks drawing.
Class Title

Represents a title for the entire chart picture.


Title class provides properties which define content, visual appearance and position of the single chart title. It also contains methods responsible for calculating title position, drawing and hit testing.
Class TitleCollection

This represents a collection of Title  objects.


TitleCollection class is a strongly typed collection of Title classes. Indexer of this collection can take title index (integer) or unique title name (string) as a parameter.
Class ToolbarAttributes  This class represents toolbar attributes.
Exposes chart toolbar attributes.
Class TTestResult  This class stores the results of a T Test statistical formula.
TTestResult class stores results of the TTest statistical calculations.
Class VerticalLineAnnotation  VerticalLineAnnotation is a class that represents a vertical line annotation.
VerticalLineAnnotation is a class that represents a vertical line annotation.
Class ViewEventArgs This class is used as a parameter object in the AxisViewChanged and AxisViewChanging events of the root Chart object.
Axis data view position/size changing event arguments.
Class ZoomResetEventArgs This class is used as a parameter object in the AxisViewZoomReset event of the root Chart object.
Axis data view zoom reset changing event arguments.
Class ZTestResult  This class stores the results of a Z Test statistical formula.
ZTestResult class stores results of the ZTest statistical calculations.

Interfaces

  Interface Description
Interface ChartHttpHandler.IImageHandler  
Interface IDataPointFilter

Enterprise Edition Only Feature. Exposes the FilterDataPoint method that allows for custom filtering of a series' data.


IDataPointFilter interface used for filtering series data points.

Delegates

  Delegate Description
Delegate Chart.ChartScrollEventHandler  
Delegate Chart.CommandFiredEventHandler Represents the method that will handle the CommandFired event of the Chart control, which is raised right after a toolbar or context menu command is executed.
Command from User Interface is executed
Delegate Chart.CommandFiringEventHandler Represents the method that will handle the CommandFiring event of the Chart control, which is raised just before a toolbar or context menu command is executed.
Command from User Interface is about to execute
Delegate CustomizeEventHandler Enterprise Edition Only Feature. Represents the method that will handle the Customize event of the Chart control.
Chart customize event handler delegate.
Delegate CustomizeLegendEventHandler Enterprise Edition Only Feature. Represents the method that will handle the CustomizeLegend event of the Chart.
Chart customize legend event handler delegate.
Delegate CustomizeMapAreasEventHandler Enterprise Edition Only Feature. Represents the method that will handle the CustomizeMapAreas event of the root Chart object.
Chart customize map areas event handler delegate.
Delegate PaintEventHandler

Represents the method that will handle the PostPaint and PrePaint events of the Chart.


Chart paint event handler delegate.
Delegate ViewEventHandler Axis data view event handler delegate
Delegate ZoomResetEventHandler Axis view zoom reset event handler delegate

Enumerations

  Enumeration Description
Enumeration AnimationTheme

Enterprise Only Feature. Represents animation themes.


Animation Themes
Enumeration AntiAliasing

Specifies the anti-aliasing to be used for the chart.


Anti Aliasing flags
Enumeration AreaAlignOrientation

Specifies the alignment orientation of a Chart Area.


Chart areas aligment orientation.
Enumeration AreaAlignType Specifies the alignment type of a chart area.
Chart areas aligment orientation.
Enumeration ArrowOrientation

Specifies the arrow orientation of an axis.


Axis Arrow orientation
Enumeration ArrowsType

Specifies the arrow type of an axis.


Axis Arrow types
Enumeration AxisEnabled

Specifies the state of an axis.


Axis Enabled mode
Enumeration AxisName

Specifies the name of an axis.


Axis Name
Enumeration AxisPosition Axis Position enumeration.
Enumeration AxisType

Specifies the axis type for a Series' x and y-axes.


Chart axis type (Primary or Secondary).
Enumeration BorderSkinStyle

Specifies the border skin style for a chart's border skin.


Styles of the borders skin
Enumeration BreakLineType

Enterprise Only Feature.

Defines the scale break line type.


Axis scale break line style.
Enumeration CallbackStateContent Indicates what type of chart state must be kept into session variable to track chart callback changes.
Indicates what type of chart state must be keeped into session variable to track chart callback changes.
Enumeration CalloutStyle

Enterprise Only Feature.

Represents the available callout styles.


Annotation callout style.
Enumeration ChartColorPalette

Specifies a palette when setting a Palette property.


Chart color palettes enumeration
Enumeration ChartCommandType Enterprise Only Feature.
Represents all standard commands.
The ChartCommandType represents all standard commands.
Enumeration ChartDashStyle

Specifies a line style.


Chart line style enumeration
Enumeration ChartElementType

Specifies a chart element type.


Chart Element Type enumeration
Enumeration ChartHatchStyle

Specifies a hatching style.


Chart hatching style
Enumeration ChartHttpHandler.StorageType Specifies a storage type for chart images.
Determines Chart Image Storage Medium
Enumeration ChartImageAlign

Specifies an image alignment when a background image is specified.


Chart image alignment type.
Enumeration ChartImageFormat

Specifies the image type of the chart.


Specifies the format of the image
Enumeration ChartImageType

Specifies the image type of the chart.


Enumeration of supported image types
Enumeration ChartImageWrapMode

Specifies a background image drawing mode.


Specifies how a texture or gradient is tiled when it is larger than the area being filled
Enumeration ChartValueTypes

Specifies value types for various chart properties.


Chart Value Types
Enumeration CommandPopupStyle Enterprise Only Feature.
Defines styles available to popup objects.
Defines style of the popup objects
Enumeration CompareMethod

Specifies the type of comparison to be used when filtering data using one of the Filter method definitions that has a CompareMethod argument.


Compare method enumeration
Enumeration ContextElementType Enterprise Only Feature. Represents the type of chart objects supported by a Command.
Determines which type of chart objects is supported by a Command.
Enumeration DataPointAnimationElement

Enterprise Only Feature.

Represents elements that can be animated.


Data Point Animation Element is used if series or points are used
Enumeration DateRangeType

A date/time interval that determines the ranges that will be filtered when using several of the Filter method definitions.


Date range type enumeration
Enumeration DateTimeIntervalType

Specifies an interval type.


Date Time Interval Type
Enumeration Docking

Specifies where docking of the chart element (like Legend, Title, etc.) will occur.


Chart element docking.
Enumeration FinancialFormula

Enterprise Only Feature. Specifies a financial formula.


Financial Formula Name enumeration
Enumeration FinancialMarkerType

Enterprise Only Feature. Represents a financial marker type.


Financial marker type.
Enumeration GradientType

Specifies a gradient pattern to be used for an applicable Chart object.


Gradient Types
Enumeration GridTick

A three-state boolean.


Custom grid lines and tick marks flags used in the custom labels.
Enumeration ImageStorageMode Specifies the mode of storing chart images.
Chart image storage mode.
Enumeration IntervalAutoMode Represents the automatic axis interval mode.
Automatic axis interval mode.
Enumeration IntervalType

Specifies an interval type.


Interval type enumeration
Enumeration LabelAlignment

Specifies a label alignment when the SmartLabelsStyle is used.


Data point label alignment.
Enumeration LabelCalloutStyle

Specifies the type of leader line that should be drawn from the point to the label.


Data point label callout style.
Enumeration LabelMark

Specifies a mark for custom labels.


Custom label marking type
Enumeration LabelOutsidePlotAreaStyle

Specifies the degree a label is allowed to leave a plotting area.


Data point label outside of the plotting area style.
Enumeration LabelRow

Specifies the label row for a custom label.


Custom label row number.
Enumeration LabelsAutoFitStyle

Specifies a style when the LabelsAutoFitStyle is used.


Axis labels aut-fitting style.
Enumeration LegendCellColumnType Specifies a legend cell column type.
Legend column type.
Enumeration LegendCellType Specifies a legend cell type.
Legend cell type.
Enumeration LegendDocking

Specifies where the legend is docked.


Chart legend docking.
Enumeration LegendImageStyle

Specifies a style for a legend item's symbol.


Type of the series or data point representation in legend
Enumeration LegendSeparatorType Specifies the legend separator type.
Legend items visual separation types
Enumeration LegendStyle

Specifies the legend style.


Legend style.
Enumeration LegendTableStyle Specifies the legend table style.
Legend table style.
Enumeration LightStyle

A lighting style for a 3D chart area.


3D chart area light styles.
Enumeration LineAnchorCap

Specifies the shape that should be drawn on the point end of the callout line.


Line anchor cap style.
Enumeration MapAreaShape

Represents the shape of a map area.


Defines the map areas shape types
Enumeration MarkerStyle

Specifies a style for markers.


Marker Style
Enumeration PointsSortOrder

Specifies a sort order.


Sorting order (Ascending or Descending).
Enumeration RenderType

Specifies how the chart image will be rendered.


Chart image rendering type
Enumeration ScrollBarButtonStyle Specifies the type of button that will be displayed on the scrollbar.
Scroll bar buttons style flag.
Enumeration SerializationContent

Represents the type of chart content to be serialized.


Chart serializable content definition flags
Enumeration SerializationFormat

Represents the formatting type when the chart is serialized.


Format of the chart serializer
Enumeration SeriesChartType

Series chart type.


Series chart type.
Enumeration TextAntiAliasingQuality

Specifies the level of anti-aliasing quality to be used with the TextAntiAliasingQuality property.


Text AntiAliasing quality.
Enumeration TextStyle Represents text drawing styles.
Text drawing styles.
Enumeration TickMarkStyle

Specifies a tick mark style when setting the Style property of a TickMark object.


Tick Mark Style
Enumeration ToggleStyle Enterprise Only Feature. Represents command's toggle style (e.g. behavior and appearance).
Represents CommandStyle behavior and appearance
Enumeration ToolbarDocking Specifies whether the toolbar is docked to the top or bottom of the chart.
Defines tool bar dock style
Enumeration ToolbarPlacement Enterprise Only Feature. Defines the placement of the toolbar.
Defines tool bar placement
Enumeration UpdateUIPart Represents the part of the command UI that will be updated.
This enumeration determines what part of the command UI will be updated.

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.