ClassChartElement
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:
cs-api-definition
public abstract class ChartElement : Element
Inheritance: objectChartElement
Derived Classes:
Constructors
ChartElement()
Initializes a new instance of the ChartElement class.
Declaration
cs-api-definition
public ChartElement()
Properties
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName