Class RadChartBase
Base class for all charts.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class RadChartBase : RadView, IView, IElement, ITransform, IParentElement
Constructors
RadChartBase()
Fields
MaxZoomProperty
Identifies the Max
Declaration
public static readonly BindableProperty MaxZoomProperty
Field Value
Microsoft.
|
PaletteNameProperty
Identifies the Palette
Declaration
public static readonly BindableProperty PaletteNameProperty
Field Value
Microsoft.
|
PaletteProperty
Identifies the Palette property.
Declaration
public static readonly BindableProperty PaletteProperty
Field Value
Microsoft.
|
PanOffsetProperty
Identifies the Pan
Declaration
public static readonly BindableProperty PanOffsetProperty
Field Value
Microsoft.
|
SelectionPaletteNameProperty
Identifies the Selection
Declaration
public static readonly BindableProperty SelectionPaletteNameProperty
Field Value
Microsoft.
|
SelectionPaletteProperty
Identifies the Selection
Declaration
public static readonly BindableProperty SelectionPaletteProperty
Field Value
Microsoft.
|
ZoomProperty
Identifies the Zoom property.
Declaration
public static readonly BindableProperty ZoomProperty
Field Value
Microsoft.
|
Properties
ChartBehaviors
Gets the behaviors collection.
Declaration
public ObservableCollection<ChartBehavior> ChartBehaviors { get; }
Property Value
System.
|
IsOperational
Gets a value indicating whether the renderer has finished creating the native chart elements.
Declaration
public override bool IsOperational { get; }
Property Value
System.
|
Overrides
MaxZoom
Gets or sets the MaxZoom.
Declaration
public Size MaxZoom { get; set; }
Property Value
Microsoft.
|
Palette
Gets or sets the Palette.
Declaration
public ChartPalette Palette { get; set; }
Property Value
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
Microsoft.
|
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
Microsoft.
|
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.
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.
|
Returns
System.
|