Dundas Chart for Windows Forms
Dundas.Charting.WinControl.Utilities Namespace
See Also  Inheritance Hierarchy Send comments on this topic.
DundasWinChart Assembly : Dundas.Charting.WinControl.Utilities Namespace

Classes

  Class Description
Class ChartPaletteColors ChartPaletteColors is a utility class which provides access to the predefined chart color palettes. These palettes are used to assign unique colors to different chart series. For some chart types, like Pie, different colors are applied on the data point level. GetPaletteColors method takes a ChartColorPalette enumeration as a parameter and returns back an array of Colors. Each palette contains different number of colors but it is a good practice to keep this number around 15.
Class CustomAttributeInfo CustomAttributeInfo class stores information about single custom attribute. It includes Name, Description, Default Value, any restrictions and the conditions when it can be used. Most of the custom attribute can only be used when specific chart type is selected. Some of the attributes only work in 2D or 3D mode and some can be applied to the whole series or data points only.
Class KeywordInfo KeywordInfo class stores information about a single formatting keyword. This information includes Name, Description, list of data types and properties it applies to and other information.
Class KeywordsRegistry KeywordRegistry class stores information about all chart formatting keywords. It automatically registers all known keywords when object is constructed. This data is exposed as ArrayList through the ‘registeredKeywords’ field. Each item in this ArrayList is a KeywordInfo object which describes a single formatting keyword.
Class PrintingManager This class is used for printing the Chart.
Chart printing class.
Class SelectionManagerExtended Extended selector manager - shows markers like SelectorManager including for each individual datapoint. It adds more control for markers type and colur as well as automatic mouse capture.
Class SelectorManager SelectionManager provides selection feature of subset of chart object as well as visual representation of the selection
Class SerializationVisibilityAttribute Attribute which describes how to persist property during the serialization.

Enumerations

  Enumeration Description
Enumeration CircularAreaDrawingStyle CircularAreaDrawingStyle
Enumeration EmptyPointValueAttribute Empty point value attribute
Enumeration ErrorBarMarkerStyle Marker Style
Enumeration LabelAlignmentAttribute Data point label alignment.
Enumeration SerializationVisibility Enumeration which describes how to persist property during the serialization
Enumeration StockLabelValueTypeAttribute Stock chart point labels attribute
Enumeration StockShowOpenCloseAttribute Type of stock chart markers

See Also

© 2009 All Rights Reserved.