Skip to main content
A newer version of this page is available. .

ChartBase Class

The base class for chart controls.

Namespace: DevExpress.UI.Xaml.Charts

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

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.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also