[]
ITagHelper implementation for ChartSeriesBase<T>.
public class ChartSeriesBaseTagHelper<T, TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : ChartSeriesBase<T>
Public Class ChartSeriesBaseTagHelper(Of T, TControl As ChartSeriesBase(Of T))
Inherits SettingTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| T | |
| TControl |
| Name | Description |
|---|---|
| ChartSeriesBaseTagHelper() |
| Name | Description |
|---|---|
| AltStyle | Configurates AltStyle. 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. |
| AxisX | Configurates AxisX. Sets the x-axis for the series. |
| AxisY | Configurates AxisY. Sets the y-axis for the series. |
| Binding | Configurates Binding. Sets the name of the property that contains Y values for the series. |
| BindingX | Configurates BindingX. Sets the name of the property that contains X values for the series. |
| CollectionName | Gets the collection name. |
| CssClass | Configurates CssClass. Sets the series CSS class. |
| InterpolateNulls | Configurates InterpolateNulls. Sets a value that determines whether to interpolate null values in the data. |
| ItemFormatter | Configurates ItemFormatter. Sets the itemFormatter client-side function name for specific series |
| Name | Configurates Name. Sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend. |
| Rendered | Configurates the OnClientRendered client event. Occurs when series is rendered. |
| Rendering | Configurates the OnClientRendering client event. Occurs when series is rendering. |
| Style | Configurates Style. Sets the series style. |
| SymbolMarker | Configurates SymbolMarker. Sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
| SymbolSize | Configurates SymbolSize. Sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
| SymbolStyle | Configurates SymbolStyle. Sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
| TooltipContent | Configurates TooltipContent. Sets or Gets the tooltip content for specific chart series |
| Visibility | Configurates Visibility. Sets an enumerated value indicating whether and where the series appears. |
| Name | Description |
|---|---|
| GetObjectInstance(object) | Gets the T instance. |
| ProcessAttributes(TagHelperContext, object) | Processes all attributes of current taghelper. |