BoxWhisker<T> Class Members
In This Topic
The following tables list the members exposed by BoxWhisker<T>.
Public Constructors
Public Properties
| Name | Description |
 | AltStyle | Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | AxisX | Gets or sets the x-axis for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | AxisY | Gets or sets the y-axis for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | Binding | Gets or sets the name of the property that contains Y values for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | BindingX | Gets or sets the name of the property that contains X values for the series. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | CssClass | Gets or sets the series CSS class. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | ExtraSeriesTypeName | Overridden. A flag for client-side wrapper to indicate that this series is an ExtraSeries. |
 | GapWidth | Gets or sets a value that determines the gap width as a percentage for the Box and Whisker chart. The default value for this property is 0.1. The min value is 0 and max value is 1. |
 | GroupWidth | Gets or sets a value that determines the group width as a percentage for the Box and Whisker chart. The default value for this property is 0.8. The min value is 0 and max value is 1. |
 | InterpolateNulls | Gets or sets a value that determines whether to interpolate null values in the data. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | ItemFormatter | Gets or sets the itemFormatter client-side function name for specific series (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | ItemsSource | Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | MeanLineStyle | Gets or sets a value that specifies the style for the mean line. |
 | MeanMarkerStyle | Gets or sets a value that specifies the style for the mean marker. |
 | Name | Gets or sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | OnClientRendered | Occurs when series is rendered. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | OnClientRendering | Occurs when series is rendering. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | QuartileCalculation | Gets or sets a value that specifies the quartile calculation for the Box and Whisker chart. |
 | ShowInnerPoints | Gets or sets a value that determines whether to show the inner points for the Box and Whisker chart. |
 | ShowMeanLine | Gets or sets a value that determines whether to show the mean line for the Box and Whisker chart. |
 | ShowMeanMarker | Gets or sets a value that determines whether to show the mean marker for the Box and Whisker chart. |
 | ShowOutliers | Gets or sets a value that determines whether to show the outliers for the Box and Whisker chart. |
 | Style | Gets or sets the series style. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | SymbolMarker | Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | SymbolSize | Gets or sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | SymbolStyle | Gets or sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | TooltipContent | Sets or Gets the tooltip content for specific chart series (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
 | Visibility | Gets or sets an enumerated value indicating whether and where the series appears. (Inherited from C1.Web.Mvc.ChartSeriesBase<T>) |
Top
See Also