Class CartesianSeries3D
Base class for all series of a Rad
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class CartesianSeries3D : Control, ISeries, IChart3DPart, IModelOwner3D
Constructors
CartesianSeries3D()
Initializes a new instance of the Cartesian
Declaration
protected CartesianSeries3D()
Fields
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
System.
|
TooltipTemplateProperty
Identifies the Tooltip
Declaration
public static readonly DependencyProperty TooltipTemplateProperty
Field Value
System.
|
Properties
ItemsSource
Gets or sets the source items to generate data points from.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
TooltipTemplate
Gets or sets the ContentTemplate of the tooltip that is shown by the Chart3DTooltip
Declaration
public DataTemplate TooltipTemplate { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass)
call System.
Declaration
public override void OnApplyTemplate()
OnPropertyChanged(DependencyPropertyChangedEventArgs)
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).
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.
|