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

    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
    • Roadmap
    • Release History
  • Support and Learning

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

    Productivity and Design Tools

    • Visual Studio Extensions
    • 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 BaseChartItem2D

Represents the base class for all 2D chart items.

Inheritance
System.Object
BaseChartItem
BaseChartItem2D
Bar
BasePointMarkChartItem
Bubble
Pie
Stick
Inherited Members
BaseChartItem.ItemClickEvent
BaseChartItem.CurrentIndexProperty
BaseChartItem.DataPointProperty
BaseChartItem.DataSeriesProperty
BaseChartItem.IsFirstProperty
BaseChartItem.IsLastProperty
BaseChartItem.ItemStyleProperty
BaseChartItem.LastDataPointProperty
BaseChartItem.PreviewItemClickEvent
BaseChartItem.HideToolTip()
BaseChartItem.ConfigureAnimationSettings()
BaseChartItem.ConfigureInitialTransformState()
BaseChartItem.OnAnimationSettingsChanged()
BaseChartItem.OnDataPointChanged(Object, DependencyPropertyChangedEventArgs)
BaseChartItem.SetSeriesItemStyle()
BaseChartItem.SetSeriesItemStyle(Object)
BaseChartItem.OnInitialized(EventArgs)
BaseChartItem.ApplyCustomAppearanceSettings()
BaseChartItem.ApplyCustomAppearanceSettings(Shape)
BaseChartItem.ApplyCustomAppearanceSettings(Shape, Boolean)
BaseChartItem.ApplyCustomStrokeSettings(Shape)
BaseChartItem.ApplyCustomStrokeSettings(ParametricLine)
BaseChartItem.AppearanceItemPropertyChanged(Object, PropertyChangedEventArgs)
BaseChartItem.BaseChartItemMouseEnter(Object, MouseEventArgs)
BaseChartItem.BaseChartItemMouseLeave(Object, MouseEventArgs)
BaseChartItem.BaseChartItemMouseMove(Object, MouseEventArgs)
BaseChartItem.PreviewBaseChartItemClicked(Object, MouseButtonEventArgs)
BaseChartItem.BaseChartItemClicked(Object, MouseButtonEventArgs)
BaseChartItem.StoryboardResourceKeyFormat
BaseChartItem.DataPoint
BaseChartItem.ChartArea
BaseChartItem.CurrentIndex
BaseChartItem.DataSeries
BaseChartItem.IsFirst
BaseChartItem.IsLast
BaseChartItem.ItemStyle
BaseChartItem.LastDataPoint
BaseChartItem.Transform
BaseChartItem.AnimationsEnabled
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public abstract class BaseChartItem2D : BaseChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement

Constructors

BaseChartItem2D()

Initializes a new instance of the BaseChartItem2D class.

Declaration
protected BaseChartItem2D()

Fields

ItemActualHeightProperty

Identifies the ItemActualHeight dependency property.

Declaration
public static readonly DependencyProperty ItemActualHeightProperty
Field Value
System.Windows.DependencyProperty

ItemActualWidthProperty

Identifies the ItemActualWidth dependency property.

Declaration
public static readonly DependencyProperty ItemActualWidthProperty
Field Value
System.Windows.DependencyProperty

Properties

DefiningGeometry

Gets or sets the defining geometry of this item.

Declaration
protected DependencyObject DefiningGeometry { get; set; }
Property Value
System.Windows.DependencyObject

The defining geometry.

ItemActualHeight

Gets or sets the height of the area rectangle.

Declaration
public double ItemActualHeight { get; set; }
Property Value
System.Double

The height of the area rectangle.

ItemActualWidth

Gets or sets the width of the area rectangle.

Declaration
public double ItemActualWidth { get; set; }
Property Value
System.Double

The width of the area rectangle.

Methods

ArrangeOverride(Size)

Called to arrange and size the content of a System.Windows.Controls.Control object.

Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size finalSize

The computed size that is used to arrange the content.

Returns
System.Windows.Size

The size of the control.

DataPointPropertyChanged(Object, PropertyChangedEventArgs)

This method is called whenever the PropertyChanged event of the DataPoint occurs.

Declaration
protected override void DataPointPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object sender

The sender.

System.ComponentModel.PropertyChangedEventArgs e

The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.

Overrides
BaseChartItem.DataPointPropertyChanged(Object, PropertyChangedEventArgs)

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()
Overrides
BaseChartItem.OnApplyTemplate()

OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)

Called when DataSeries Definition is changed.

Declaration
protected override void OnDataSeriesDefinitionChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object sender

The sender.

System.ComponentModel.PropertyChangedEventArgs e

The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.

Overrides
BaseChartItem.OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)

OnLabelSettingsPropertyChanged(Object, PropertyChangedEventArgs)

Called when the label settings property is changed.

Declaration
protected override void OnLabelSettingsPropertyChanged(object sender, PropertyChangedEventArgs args)
Parameters
System.Object sender

The sender.

System.ComponentModel.PropertyChangedEventArgs args

The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.

Overrides
BaseChartItem.OnLabelSettingsPropertyChanged(Object, PropertyChangedEventArgs)

OnMouseEnter(MouseEventArgs)

Called before the System.Windows.UIElement.MouseEnter event occurs.

Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

The data for the event.

OnMouseLeave(MouseEventArgs)

Called before the System.Windows.UIElement.MouseLeave event occurs.

Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

The data for the event.

OnMouseLeftButtonDown(MouseButtonEventArgs)

Called before the System.Windows.UIElement.MouseLeftButtonDown event occurs.

Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs e

The data for the event.

RaiseSelectionChangeNotification()

Called when the chart item is clicked.

Declaration
protected virtual void RaiseSelectionChangeNotification()

UpdateDefiningGeometry()

Updates the defining geometry.

Declaration
protected virtual void UpdateDefiningGeometry()

UpdateTemplateElements()

This method is called when the child elements from template should be updated.

Declaration
protected virtual void UpdateTemplateElements()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing 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.