New to Telerik UI for .NET MAUIStart a free 30-day trial

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: AxisCartesianChartAnnotationCartesianChartGridChartBehaviorChartSeriesDataPointBinding...

Constructors

Initializes a new instance of the ChartElement class.

C#
public ChartElement()

Properties

Gets context used by the parent to handle changes in this class properties.

C#
public string Key { get; }

Methods

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring