BlazorBootstrapChartTData Class
The abstract base class for all chart components.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public abstract class BlazorBootstrapChart<TData> : BlazorBootstrapComponentBase
- Inheritance
- Object ComponentBase BlazorBootstrapComponentBase BlazorBootstrapChartTData
- Derived
- More Less
Type Parameters
- TData
- The type of data that is placed in a single point; this can be a Double,
Point or any other type, which is determined by the type implementing this abstract class.
| Height |
Gets or sets chart container height.
|
| JsRuntime |
Dependency injected Javascript Runtime
|
| Width |
Get or sets chart container width.
|