C1.Web.Mvc.Chart Namespace
In This Topic
Classes
| Class | Description |
| DivergingPalettes | Diverging palettes from ColorBrewer https://colorbrewer2.org. Diverging palettes are used to indicate distance from a critical point. These color schemes work well when your data has some mid-point.For example, temperature data could be a shade of blue below zero, a red color is for the values above zero and temperature around zero would have a neutral color. |
| Palettes | A series of pre-defined palettes for chart. |
| QualitativePalettes | Qualitative palettes from ColorBrewer https://colorbrewer2.org. Qualitative (or categorical) palettes are usually used for plotting independent data categories which don't have any specific order. For example, the series that represents shipping methods or product types.The colors in these palettes are selected to be distinctive and clearly indicate difference between data series. |
| SequentialMultiPalettes | Sequential multi-hue palettes from ColorBrewer https://colorbrewer2.org. Sequential palettes are used for data that have ordered, quantitative nature, for example precipitation amount or number of road incidents for some region.In addition to lightness variation, these color schemes also use several hues to improve perception. |
| SequentialSinglePalettes | Sequential single-hue palettes from ColorBrewer https://colorbrewer2.org. |
Enumerations
| Enumeration | Description |
| AxisGroupsDisplay | Specifies how to handle overlapped labels. |
| AxisOverlappingLabels | Specifies how to handle overlapped labels. |
| AxisTickMark | Specifies whether and where axis tick marks appear. |
| ChartType | Specifies which type of chart users want to create. |
| ErrorAmount | Specifies the error amount of the series, it can be a standard error amount, a percentage or a standard deviation. |
| ErrorBarDirection | Specifies the direction of the error bar. |
| ErrorBarEndStyle | Specifies the end style of the error bar. |
| LabelPosition | Specifies the position of data labels on the chart. |
| LegendOrientation | Specifies the element orientation. |
| LineMarkerAlignment | Specifies the alignment of the LineMarker. |
| LineMarkerInteraction | Specifies how the LineMarker interacts with the user. |
| LineMarkerLines | Specifies the line type for the LineMarker. |
| Marker | Specifies the type of marker to use for the @see:symbolMarker property. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
| MovingAverageType | Specifies whether and where the Series is visible. |
| Orientation | Specifies the orientation of the range selector. |
| PieLabelPosition | Specifies the position of data labels on the pie chart. |
| Position | Specifies the position of an axis or legend on the chart. |
| QuartileCalculation | Specifies the quartile calculation method of Box and Whisker chart. |
| RadarChartType | Specifies the type of radar chart. |
| RenderEngine | Specifies the RenderEngine of the chart. |
| SelectionMode | Specifies what is selected when the user clicks the chart. |
| SeriesVisibility | Specifies whether and where the Series is visible. |
| Stacking | Specifies whether and how to stack the chart's data values. |
| TrendLineFitType | Specifies whether and where the Series is visible. |
See Also