New to Telerik UI for WPFStart a free 30-day trial

Base class for all series of a RadCartesianChart3D instance.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public abstract class CartesianSeries3D : Control

Inheritance: objectCartesianSeries3D

Derived Classes: XyzSeries3D

Constructors

Initializes a new instance of the CartesianSeries3D class.

C#
protected CartesianSeries3D()

Fields

ItemsSourceProperty

DependencyProperty

Identifies the ItemsSource property.

C#
public static readonly DependencyProperty ItemsSourceProperty

TooltipTemplateProperty

DependencyProperty

Identifies the TooltipTemplate dependency property.

C#
public static readonly DependencyProperty TooltipTemplateProperty

Properties

Gets or sets the source items to generate data points from.

C#
public IEnumerable ItemsSource { get; set; }

TooltipTemplate

DataTemplate

Gets or sets the ContentTemplate of the tooltip that is shown by the Chart3DTooltipBehavior. This property has a higher priority than the TooltipTemplate property of the chart.

C#
public DataTemplate TooltipTemplate { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

C#
public override void OnApplyTemplate()

Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs).

C#
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters:eDependencyPropertyChangedEventArgs