Class BaseChartItemControl3D<TControl>
This class supports the RadChart infrastructure and is not intended to be used directly from your code.
Inherited Members
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
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
DataPoint
Gets or sets the data point that is associated with this chart item.
Declaration
public DataPoint DataPoint { get; set; }
Property Value
DataPoint
|
Implements
DataSeries
Gets the DataSeries collection to which the DataPoint belongs.
Declaration
public DataSeries DataSeries { get; set; }
Property Value
DataSeries
The data points. |
Implements
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
LabelOffset
Gets or sets the label offset.
Declaration
public Point LabelOffset { get; set; }
Property Value
System.Windows.Point
The label offset. |
Implements
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
Implements
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()