BlazorBootstrapChartTData Class
The abstract base class for all chart components.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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.
|