Skip to main content
All docs
V25.1
  • LegendBase Class

    The base class for chart legends.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    public abstract class LegendBase :
        ChartElementNamed,
        IDisposable,
        IBackground,
        IHitTest,
        ISupportVisibilityControlElement,
        ISupportTextAntialiasing,
        IXtraSupportDeserializeCollectionItem,
        IXtraPartlyDeserializable,
        ISupportInitialize,
        ISupportID,
        ILegendItemContainer
    See Also