skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadChartBase

Base class for all charts.

Inheritance
System.Object
RadView
RadChartBase
RadCartesianChart
RadPieChart
Inherited Members
RadView.OnNativeControlLoaded()
RadView.OnNativeControlUnloaded()
RadView.OnPropertyChanged(String)
RadView.OnHandlerChanged()
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll

Syntax

public abstract class RadChartBase : RadView, IView, IElement, ITransform, IParentElement

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
Microsoft.Maui.Controls.BindableProperty

PaletteNameProperty

Identifies the PaletteName property.

Declaration
public static readonly BindableProperty PaletteNameProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PaletteProperty

Identifies the Palette property.

Declaration
public static readonly BindableProperty PaletteProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PanOffsetProperty

Identifies the PanOffset property.

Declaration
public static readonly BindableProperty PanOffsetProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

SelectionPaletteNameProperty

Identifies the SelectionPaletteName property.

Declaration
public static readonly BindableProperty SelectionPaletteNameProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

SelectionPaletteProperty

Identifies the SelectionPalette property.

Declaration
public static readonly BindableProperty SelectionPaletteProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ZoomProperty

Identifies the Zoom property.

Declaration
public static readonly BindableProperty ZoomProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

ChartBehaviors

Gets the behaviors collection.

Declaration
public ObservableCollection<ChartBehavior> ChartBehaviors { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ChartBehavior>

IsOperational

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

Declaration
public override bool IsOperational { get; }
Property Value
System.Boolean

Overrides
RadView.IsOperational

MaxZoom

Gets or sets the MaxZoom.

Declaration
public Size MaxZoom { get; set; }
Property Value
Microsoft.Maui.Graphics.Size

Palette

Gets or sets the Palette.

Declaration
public ChartPalette Palette { get; set; }
Property Value
ChartPalette

PaletteName

Gets or sets the PaletteName.

Declaration
public PaletteNames PaletteName { get; set; }
Property Value
PaletteNames

PanOffset

Gets or sets the pan offset.

Declaration
public Point PanOffset { get; set; }
Property Value
Microsoft.Maui.Graphics.Point

SelectionPalette

Gets or sets the SelectionPalette.

Declaration
public ChartPalette SelectionPalette { get; set; }
Property Value
ChartPalette

SelectionPaletteName

Gets or sets the SelectionPalette.

Declaration
public PaletteNames SelectionPaletteName { get; set; }
Property Value
PaletteNames

Zoom

Gets or sets the zoom.

Declaration
public Size Zoom { get; set; }
Property Value
Microsoft.Maui.Graphics.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.

Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String propertyName

Returns
System.Boolean

Overrides
RadView.IsDefaultValue(String)

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.