ASP.NET MVC Controls | ComponentOne
Inheritance Hierarchy
In This Topic
    C1.Web.Mvc.Chart Namespace
    In This Topic
    Classes
     ClassDescription
    ClassDiverging 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.
    ClassA series of pre-defined palettes for chart.
    ClassQualitative 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.
    ClassSequential 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.
    ClassSequential single-hue palettes from ColorBrewer https://colorbrewer2.org.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies how to handle overlapped labels.
    EnumerationSpecifies whether and where axis tick marks appear.
    EnumerationSpecifies which type of chart users want to create.
    EnumerationSpecifies the error amount of the series, it can be a standard error amount, a percentage or a standard deviation.
    EnumerationSpecifies the direction of the error bar.
    EnumerationSpecifies the end style of the error bar.
    EnumerationSpecifies the position of data labels on the chart.
    EnumerationSpecifies the element orientation.
    EnumerationSpecifies the alignment of the LineMarker.
    EnumerationSpecifies how the LineMarker interacts with the user.
    EnumerationSpecifies the line type for the LineMarker.
    EnumerationSpecifies the type of marker to use for the @see:symbolMarker property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    EnumerationSpecifies whether and where the Series is visible.
    EnumerationSpecifies the orientation of the range selector.
    EnumerationSpecifies the position of data labels on the pie chart.
    EnumerationSpecifies the position of an axis or legend on the chart.
    EnumerationSpecifies the quartile calculation method of Box and Whisker chart.
    EnumerationSpecifies the type of radar chart.
    EnumerationSpecifies the RenderEngine of the chart.
    EnumerationSpecifies what is selected when the user clicks the chart.
    EnumerationSpecifies whether and where the Series is visible.
    EnumerationSpecifies whether and how to stack the chart's data values.
    EnumerationSpecifies whether and where the Series is visible.
    See Also