ClassRadChartBase
Base class for all charts.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public abstract class RadChartBase : RadView, IView, IElement, ITransform
Inheritance: objectRadViewRadChartBase
Derived Classes:
Implements:
Inherited Members
Constructors
RadChartBase()
Initializes a new instance of the RadChartBase class.
Declaration
protected RadChartBase()
Fields
MaxZoomProperty
Identifies the MaxZoom property.
Declaration
public static readonly BindableProperty MaxZoomProperty
Field Value
BindableProperty
PaletteNameProperty
Identifies the PaletteName property.
Declaration
public static readonly BindableProperty PaletteNameProperty
Field Value
BindableProperty
PaletteProperty
Identifies the Palette property.
Declaration
public static readonly BindableProperty PaletteProperty
Field Value
BindableProperty
PanOffsetProperty
Identifies the PanOffset property.
Declaration
public static readonly BindableProperty PanOffsetProperty
Field Value
BindableProperty
SelectionPaletteNameProperty
Identifies the SelectionPaletteName property.
Declaration
public static readonly BindableProperty SelectionPaletteNameProperty
Field Value
BindableProperty
SelectionPaletteProperty
Identifies the SelectionPalette property.
Declaration
public static readonly BindableProperty SelectionPaletteProperty
Field Value
BindableProperty
ZoomProperty
Identifies the Zoom property.
Declaration
public static readonly BindableProperty ZoomProperty
Field Value
BindableProperty
Properties
ChartBehaviors
Gets the behaviors collection.
Declaration
public ObservableCollection<ChartBehavior> ChartBehaviors { get; }
Property Value
IsOperational
Gets a value indicating whether the renderer has finished creating the native chart elements.
Declaration
public override bool IsOperational { get; }
Property Value
Overrides
MaxZoom
Gets or sets the MaxZoom.
Declaration
public Size MaxZoom { get; set; }
Property Value
Size
Palette
Gets or sets the Palette.
PaletteName
Gets or sets the PaletteName.
Declaration
public PaletteNames PaletteName { get; set; }
Property Value
PanOffset
Gets or sets the pan offset.
Declaration
public Point PanOffset { get; set; }
Property Value
Point
SelectionPalette
Gets or sets the SelectionPalette.
Declaration
public ChartPalette SelectionPalette { get; set; }
Property Value
SelectionPaletteName
Gets or sets the SelectionPalette.
Declaration
public PaletteNames SelectionPaletteName { get; set; }
Property Value
Zoom
Gets or sets the zoom.
Declaration
public Size Zoom { get; set; }
Property Value
Size
Methods
IsDefaultValue(string)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.