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