ClassChartSettingsBase
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class ChartSettingsBase : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSettingsBase()
Declaration
protected ChartSettingsBase()
Properties
NoDataTemplate
Specifies the content of the chart when there is no data.
Declaration
[Parameter]
public RenderFragment NoDataTemplate { get; set; }
Property Value
ParentComponent
Declaration
[CascadingParameter]
public IChart ParentComponent { get; set; }
Property Value
IChart
Methods
Dispose()
Declaration
public override void Dispose()
Overrides