In This Topic
NOV Chart for .NET is an advanced charting control, which can display a myriad of 2D and 3D charting types including Cartesian, Funnel, Pie, Polar, Radar and Tree Map. The main features of the control are:
-
Series - support for an unlimited number of series from the following types:
- Area - standard area, scatter area, stacked area, stacked percent area.
- Bar - standard bar, scatter bar, stacked bar, stacked percent bar, cluster bar.
- Box And Whiskers
- Bubble - standard bubble, xy scatter bubble.
- Error Bar
- Funnel - standard funnel, scatter funnel.
- High Low - standard high low, scatter high low with many appearance options.
- Heat Map - heat map with contour option.
- Line - standard line, smooth line, step line, xy scatter line, stacked line, stacked percent line.
- Pie - standard pie, exploded pie.
- Doughnut Pie
- Point - standard point, xy scatter point.
- Polar Area
- Polar Line
- Polar Range
- Polar Vector
- Radar Area
- Radar Line
- Range
- Stock - candle stock, stick stock, scatter stock
- Surface - grid surface, mesh surface, triangulated surface, and vertex surface
- TreeMap
- Vector
All series support annotations via data labels. The control provides automatic data label layout for improved chart legibiltity. The automatic data label layout ensures that data labels do not overlap, by rearanging or removing labels.
-
Axes - support for an unlimited number of axes with the following features:
- Axis Position - Cartesian and Polar axes can be docked to the plot area or crossed to another axis.
-
Scales - each axis can have a different scale type. The control supports the following scale types:
- Ordinal - suitable for the display of categorical data.
- Linear - suitable for the display of numeric data.
- Logarithmic - suitable for the display of numeric data, that varies by magnitude.
- Date Time - suitable for the display of date-time data.
- Value Timeline - suitable for the display of date-time data.
- Range Timeline - suitable for the display of date-time data.
- Hierarchical - suitable for the display of categorical data.
All data-time scales support the Calendar feature that allows you to exclude certain date/time periods from the scale, such as weekends and non-working days.
- All scales support the Scale Breaks feature that allows to exlclude a range of values from the scale.
- All scale support the Section feature which allows you to alter the default appearance settings for labels, ticks and gridlines in case the fall in a specified range.
- Attributes - each axis can have associated reference lines and strips.
- Scrollbar - each cartesian axis has an associated scrollbar allowing the user to scroll the axis at runtime.
- Legends - the control can display descriptive information on multiple legends. Legends support many layout and appearance options..
- Serialization - the control state can be persisted to file or stream in XML or Binary format.
- Image Export - the control can generate all vector (PDF, SVG) and raster images (PNG, JPEG, BMP, etc.) to a file or memory stream.
- Styling support - all chart elements can be styled with CSS like rules.
- Printing support
- WYSIWYG - the control is resolution independent and renders with the same quality in print or image export mode with high resolution.