Class ChartSettingsBase
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
ChartSettingsBase
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class ChartSettingsBase : DataVizChildComponent, IDisposable
Constructors
ChartSettingsBase()
Declaration
protected ChartSettingsBase()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
NoDataTemplate
Specifies the content of the chart when there is no data.
Declaration
public RenderFragment NoDataTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
ParentComponent
Declaration
public IChart ParentComponent { get; set; }
Property Value
Telerik.Generated.Blazor.Components.IChart
|
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Telerik.Generated.Blazor.Components.DataVizChildComponent.Dispose()