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