Skip to main content
All docs
V24.1

LegendBaseSettings<TComponent, TModel> Class

Defines the base API for classes that implement legends.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class LegendBaseSettings<TComponent, TModel> :
    DxComplexSettingsComponent<TComponent, TModel>,
    IModelProvider<BorderSettingsModel>,
    IModelProvider<FontSettingsModel>,
    IModelProvider<MarginSettingsModel>,
    IModelProvider<TitleSettingsModel>
    where TComponent : LegendBaseSettings<TComponent, TModel>

Type Parameters

Name Description
TComponent

The component type.

TModel

The data type of the component model.

Inheritance

Object
ComponentBase
DxSettingsComponent<TModel>
DxComplexSettingsComponent<TComponent, TModel>
LegendBaseSettings<TComponent, TModel>
See Also