Class
ChartElement

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

Constructors

ChartElement()

Initializes a new instance of the ChartElement class.

Declaration

cs-api-definition
public ChartElement()

Properties

Key

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

Declaration

cs-api-definition
public string Key { get; }

Property Value

string

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string