Skip to main content

ChartBase Class

The base class for chart controls.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[ContentProperty(Name = "Series")]
public abstract class ChartBase :
    Control

Remarks

The ChartBase class represents the base class for visual controls intended for graphical data representation.

See Also