Back to Devexpress

LegendBase Class

corelibraries-devexpress-dot-xtracharts-3ad263c4.md

latest1.8 KB
Original Source

LegendBase Class

The base class for chart legends.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class LegendBase :
    ChartElementNamed,
    IDisposable,
    IBackground,
    IHitTest,
    ISupportVisibilityControlElement,
    ISupportTextAntialiasing,
    IXtraSupportDeserializeCollectionItem,
    IXtraPartlyDeserializable,
    ISupportInitialize,
    ISupportID,
    ILegendItemContainer
vb
Public MustInherit Class LegendBase
    Inherits ChartElementNamed
    Implements IDisposable,
               IBackground,
               IHitTest,
               ISupportVisibilityControlElement,
               ISupportTextAntialiasing,
               IXtraSupportDeserializeCollectionItem,
               IXtraPartlyDeserializable,
               ISupportInitialize,
               ISupportID,
               ILegendItemContainer

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed LegendBase HeatmapLegend

Legend

See Also

LegendBase Members

DevExpress.XtraCharts Namespace