Class | Description | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
SelectorManager | SelectionManager provides selection feature of subset of chart object as well as visual representation of the selection | |
SerializationVisibilityAttribute | Attribute which describes how to persist property during the serialization. |
Enumeration | Description | |
---|---|---|
CircularAreaDrawingStyle | CircularAreaDrawingStyle | |
EmptyPointValueAttribute | Empty point value attribute | |
ErrorBarMarkerStyle | Marker Style | |
LabelAlignmentAttribute | Data point label alignment. | |
SerializationVisibility | Enumeration which describes how to persist property during the serialization | |
StockLabelValueTypeAttribute | Stock chart point labels attribute | |
StockShowOpenCloseAttribute | Type of stock chart markers |