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 Current
Declaration
public static readonly DependencyProperty CurrentIndexProperty
Field Value
System.
|
DataPointProperty
Identifies the Data
Declaration
public static readonly DependencyProperty DataPointProperty
Field Value
System.
|
DataSeriesProperty
Identifies the Data
Declaration
public static readonly DependencyProperty DataSeriesProperty
Field Value
System.
|
DepthProperty
Identifies the Depth dependency property.
Declaration
public static readonly DependencyProperty DepthProperty
Field Value
System.
|
LabelDataProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelDataProperty
Field Value
System.
|
LabelOffsetProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelOffsetProperty
Field Value
System.
|
LabelTransformProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelTransformProperty
Field Value
System.
|
Properties
ChartArea
Gets the Chart
Declaration
public ChartArea ChartArea { get; }
Property Value
Chart The chart area. |
Implements
CurrentIndex
Gets the index of the current Data
Declaration
public int CurrentIndex { get; set; }
Property Value
System. 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
Implements
DataSeries
Gets the Data
Declaration
public DataSeries DataSeries { get; set; }
Property Value
Data 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. 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.
|
LabelData
Gets or sets the Label
Declaration
public LabelData LabelData { get; set; }
Property Value
Label The label data. |
Implements
LabelOffset
Gets or sets the label offset.
Declaration
public Point LabelOffset { get; set; }
Property Value
System. The label offset. |
Implements
LabelsControl
Gets the labels control.
Declaration
protected LabelsControl LabelsControl { get; }
Property Value
Labels The labels control. |
LabelTransform
Gets or sets the System.
Declaration
public Transform3D LabelTransform { get; set; }
Property Value
System. The System. |
ShouldRenderChartSeriesItem
Gets a value indicating whether the current chart series item should be rendered.
Declaration
protected virtual bool ShouldRenderChartSeriesItem { get; }
Property Value
System.
|
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()