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 jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

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

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • 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.NativeControlLoaded
RadView.NativeControlUnloaded
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll

Syntax

public abstract class RadChartBase : RadView, INotifyNativeControlLoaded, IParentElement

Constructors

RadChartBase()

Initializes a new instance of the RadChartBase class.

Declaration
protected RadChartBase()

Fields

BehaviorsProperty

Identifies the Behaviors property.

Declaration
public static readonly BindableProperty BehaviorsProperty
Field Value
Xamarin.Forms.BindableProperty

MaxZoomProperty

Identifies the MaxZoom property.

Declaration
public static readonly BindableProperty MaxZoomProperty
Field Value
Xamarin.Forms.BindableProperty

PaletteNameProperty

Identifies the PaletteName property.

Declaration
public static readonly BindableProperty PaletteNameProperty
Field Value
Xamarin.Forms.BindableProperty

PaletteProperty

Identifies the Palette property.

Declaration
public static readonly BindableProperty PaletteProperty
Field Value
Xamarin.Forms.BindableProperty

PanOffsetProperty

Identifies the PanOffset property.

Declaration
public static readonly BindableProperty PanOffsetProperty
Field Value
Xamarin.Forms.BindableProperty

SelectionPaletteNameProperty

Identifies the SelectionPaletteName property.

Declaration
public static readonly BindableProperty SelectionPaletteNameProperty
Field Value
Xamarin.Forms.BindableProperty

SelectionPaletteProperty

Identifies the SelectionPalette property.

Declaration
public static readonly BindableProperty SelectionPaletteProperty
Field Value
Xamarin.Forms.BindableProperty

ZoomProperty

Identifies the Zoom property.

Declaration
public static readonly BindableProperty ZoomProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

Behaviors

Gets the behaviors collection.

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

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
Xamarin.Forms.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
Xamarin.Forms.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
Xamarin.Forms.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)

OnChildPropertyChange(Element, String)

Declaration
public virtual void OnChildPropertyChange(Element childElement, string propertyName)
Parameters
Xamarin.Forms.Element childElement

System.String propertyName

Events

ChildPropertyChanged

Occurs when child property has changed.

Declaration
public event EventHandler<ElementPropertyChangedEventArgs> ChildPropertyChanged
Event Type
System.EventHandler<ElementPropertyChangedEventArgs>

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

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.