RadChartBase
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
Initializes a new instance of the RadChartBase class.
protected RadChartBase()
Fields
MaxZoomProperty
BindableProperty
Identifies the MaxZoom property.
public static readonly BindableProperty MaxZoomProperty
PaletteNameProperty
BindableProperty
Identifies the PaletteName property.
public static readonly BindableProperty PaletteNameProperty
PaletteProperty
BindableProperty
Identifies the Palette property.
public static readonly BindableProperty PaletteProperty
PanOffsetProperty
BindableProperty
Identifies the PanOffset property.
public static readonly BindableProperty PanOffsetProperty
SelectionPaletteNameProperty
BindableProperty
Identifies the SelectionPaletteName property.
public static readonly BindableProperty SelectionPaletteNameProperty
SelectionPaletteProperty
BindableProperty
Identifies the SelectionPalette property.
public static readonly BindableProperty SelectionPaletteProperty
ZoomProperty
BindableProperty
Identifies the Zoom property.
public static readonly BindableProperty ZoomProperty
Properties
Gets the behaviors collection.
public ObservableCollection<ChartBehavior> ChartBehaviors { get; }
Gets a value indicating whether the renderer has finished creating the native chart elements.
public override bool IsOperational { get; }
Overrides:
MaxZoom
Size
Gets or sets the MaxZoom.
public Size MaxZoom { get; set; }
Gets or sets the Palette.
public ChartPalette Palette { get; set; }
Gets or sets the PaletteName.
public PaletteNames PaletteName { get; set; }
PanOffset
Point
Gets or sets the pan offset.
public Point PanOffset { get; set; }
Gets or sets the SelectionPalette.
public ChartPalette SelectionPalette { get; set; }
Gets or sets the SelectionPalette.
public PaletteNames SelectionPaletteName { get; set; }
Zoom
Size
Gets or sets the zoom.
public Size Zoom { get; set; }