skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    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
    • 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 BaseChartItemControl3D<TControl>

This class supports the RadChart infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
Control3D<TControl>
BaseChartItemControl3D<TControl>
Bar3D
BaseSpline3D<TSplineControl3D>
Bubble3D
Funnel3D
Line3D
Pie3D
Pyramid3D
StackedBar3D
Inherited Members
Control3D<TControl>.ControlContainerProperty
Control3D<TControl>.MaterialProperty
Control3D<TControl>.ChildItemAdded(UIElement3D, Int32)
Control3D<TControl>.ChildItemRemoved(UIElement3D, Int32)
Control3D<TControl>.OnApplyTemplate(Control)
Control3D<TControl>.OnControlContainerChanged()
Control3D<TControl>.InitializeModelControl(IModelControl3D)
Control3D<TControl>.FindStoryboard(Control, DependencyProperty, Object)
Control3D<TControl>.CreateControl()
Control3D<TControl>.OnModelControlCreated()
Control3D<TControl>.GetVisual3DChild(Int32)
Control3D<TControl>.OnMouseEnter(MouseEventArgs)
Control3D<TControl>.OnMouseLeave(MouseEventArgs)
Control3D<TControl>.OnVisualParentChanged(DependencyObject)
Control3D<TControl>.RegisterNames()
Control3D<TControl>.BeginTime
Control3D<TControl>.ModelElement
Control3D<TControl>.Control
Control3D<TControl>.ControlContainer
Control3D<TControl>.ModelControl
Control3D<TControl>.Visual3DChildrenCount
Control3D<TControl>.MouseEnterStoryboard
Control3D<TControl>.MouseLeaveStoryboard
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class BaseChartItemControl3D<TControl> : Control3D<TControl>, ILogicalItem, IChartItem3D, IChartItem, IControl3D where TControl : IModelControl3D, new()
Type Parameters
TControl

Constructors

BaseChartItemControl3D()

Initializes a new instance of the BaseChartItemControl3D class.

Declaration
public BaseChartItemControl3D()

Fields

CurrentIndexProperty

Identifies the CurrentIndex dependency property.

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

DataPointProperty

Identifies the DataPoint dependency property.

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

DataSeriesProperty

Identifies the DataSeries dependency property.

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

DepthProperty

Identifies the Depth dependency property.

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

LabelDataProperty

Identifies the LabelData dependency property.

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

LabelOffsetProperty

Identifies the LabelOffset dependency property.

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

LabelTransformProperty

Identifies the LabelTransform dependency property.

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

Properties

ChartArea

Gets the ChartArea the current chart item belongs to.

Declaration
public ChartArea ChartArea { get; }
Property Value
ChartArea

The chart area.

Implements
IChartItem.ChartArea

CurrentIndex

Gets the index of the current DataPoint in the DataSeries.

Declaration
public int CurrentIndex { get; set; }
Property Value
System.Int32

The index of the current.

Implements
IChartItem.CurrentIndex

DataPoint

Gets or sets the data point that is associated with this chart item.

Declaration
public DataPoint DataPoint { get; set; }
Property Value
DataPoint

Implements
IChartItem.DataPoint

DataSeries

Gets the DataSeries collection to which the DataPoint belongs.

Declaration
public DataSeries DataSeries { get; set; }
Property Value
DataSeries

The data points.

Implements
IChartItem.DataSeries

Depth

Gets or sets the depth associated with the current chart item in the 3D space.

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

The depth.

IsLastDataPoint

Gets a value indicating whether the current series item corresponds to the last data point from the data source.

Declaration
protected bool IsLastDataPoint { get; }
Property Value
System.Boolean

LabelData

Gets or sets the LabelData.

Declaration
public LabelData LabelData { get; set; }
Property Value
LabelData

The label data.

Implements
IChartItem3D.LabelData

LabelOffset

Gets or sets the label offset.

Declaration
public Point LabelOffset { get; set; }
Property Value
System.Windows.Point

The label offset.

Implements
IChartItem3D.LabelOffset

LabelsControl

Gets the labels control.

Declaration
protected LabelsControl LabelsControl { get; }
Property Value
LabelsControl

The labels control.

LabelTransform

Gets or sets the System.Windows.Media.Media3D.Transform3D which is to be applied to the label.

Declaration
public Transform3D LabelTransform { get; set; }
Property Value
System.Windows.Media.Media3D.Transform3D

The System.Windows.Media.Media3D.Transform3D.

ShouldRenderChartSeriesItem

Gets a value indicating whether the current chart series item should be rendered.

Declaration
protected virtual bool ShouldRenderChartSeriesItem { get; }
Property Value
System.Boolean

Methods

ClearContainer()

Invoked whenever the control container should be cleared.

Declaration
public override void ClearContainer()
Overrides
Telerik.Windows.Controls.Charting.Control3D<TControl>.ClearContainer()
Implements
IControl3D.ClearContainer()

OnDataPointChanged()

Called when data point has been changed.

Declaration
protected virtual void OnDataPointChanged()

OnModelControlAttached()

Called when a model control is attached.

Declaration
protected override void OnModelControlAttached()
Overrides
Telerik.Windows.Controls.Charting.Control3D<TControl>.OnModelControlAttached()

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.