ChartElement
Class
Represents an abstract base class for chart elements that can be part of a chart hierarchy.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public abstract class ChartElement : Element
Inheritance: objectChartElement
Derived Classes:
Constructors
Initializes a new instance of the ChartElement class.
C#
public ChartElement()
Properties
Methods
C#
protected override void OnPropertyChanged(string propertyName = null)