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

Base class for all charts.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public abstract class RadChartBase : RadView, IView, IElement, ITransform

Inheritance: objectRadViewRadChartBase

Derived Classes: RadCartesianChartRadPieChart

Implements: IElementITransformIView

Inherited Members RadView.OnNativeControlLoaded()RadView.OnNativeControlUnloaded()RadView.OnPropertyChanged(string)RadView.OnHandlerChanged()

Constructors

Initializes a new instance of the RadChartBase class.

C#
protected RadChartBase()

Fields

MaxZoomProperty

BindableProperty

Identifies the MaxZoom property.

C#
public static readonly BindableProperty MaxZoomProperty

PaletteNameProperty

BindableProperty

Identifies the PaletteName property.

C#
public static readonly BindableProperty PaletteNameProperty

PaletteProperty

BindableProperty

Identifies the Palette property.

C#
public static readonly BindableProperty PaletteProperty

PanOffsetProperty

BindableProperty

Identifies the PanOffset property.

C#
public static readonly BindableProperty PanOffsetProperty

Identifies the SelectionPaletteName property.

C#
public static readonly BindableProperty SelectionPaletteNameProperty

SelectionPaletteProperty

BindableProperty

Identifies the SelectionPalette property.

C#
public static readonly BindableProperty SelectionPaletteProperty

ZoomProperty

BindableProperty

Identifies the Zoom property.

C#
public static readonly BindableProperty ZoomProperty

Properties

Gets the behaviors collection.

C#
public ObservableCollection<ChartBehavior> ChartBehaviors { get; }

Gets a value indicating whether the renderer has finished creating the native chart elements.

C#
public override bool IsOperational { get; }

Overrides: RadView.IsOperational

Gets or sets the MaxZoom.

C#
public Size MaxZoom { get; set; }

Gets or sets the Palette.

C#
public ChartPalette Palette { get; set; }

Gets or sets the PaletteName.

C#
public PaletteNames PaletteName { get; set; }

Gets or sets the pan offset.

C#
public Point PanOffset { get; set; }

Gets or sets the SelectionPalette.

C#
public ChartPalette SelectionPalette { get; set; }

Gets or sets the SelectionPalette.

C#
public PaletteNames SelectionPaletteName { get; set; }

Zoom

Size

Gets or sets the zoom.

C#
public Size Zoom { get; set; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

Overrides: RadView.IsDefaultValue(string)