Class StripLinesContainer3D
This class represents the container which holds the StripLine for each 3D Plane.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StripLinesContainer3D : ItemsControl3D<StripLinesContainerControl3D>, IControl3D, ILogicalItem, IItemsControl
Constructors
StripLinesContainer3D()
Declaration
public StripLinesContainer3D()
Fields
ParentPlaneProperty
Identifies the ParentPlane dependency property.
Declaration
public static readonly DependencyProperty ParentPlaneProperty
Field Value
System.Windows.DependencyProperty
|
PrimaryItemsSourceProperty
Identifies the PrimaryItemsSource dependency property.
Declaration
public static readonly DependencyProperty PrimaryItemsSourceProperty
Field Value
System.Windows.DependencyProperty
|
PrimaryStripLinesVisibilityProperty
Identifies the PrimaryStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty PrimaryStripLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
SecondaryItemsSourceProperty
Identifies the SecondaryItemsSource dependency property.
Declaration
public static readonly DependencyProperty SecondaryItemsSourceProperty
Field Value
System.Windows.DependencyProperty
|
SecondaryStripLinesVisibilityProperty
Identifies the SecondaryStripLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty SecondaryStripLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ParentPlane
Gets or sets the parent plane.
Declaration
public IPlane3D ParentPlane { get; set; }
Property Value
IPlane3D
The parent plane. |
PrimaryItemCount
Gets or sets the primary item count.
Declaration
protected int PrimaryItemCount { get; set; }
Property Value
System.Int32
The primary item count. |
PrimaryItemsSource
Gets or sets the primary items source.
Declaration
public TickPointCollection PrimaryItemsSource { get; set; }
Property Value
TickPointCollection
The primary items source. |
PrimarySegmentOffset
Gets or sets the primary segment offset.
Declaration
protected TranslateTransform3D PrimarySegmentOffset { get; set; }
Property Value
System.Windows.Media.Media3D.TranslateTransform3D
The primary segment offset. |
PrimaryStripLinesVisibility
Gets or sets the primary strip lines visibility.
Declaration
public Visibility PrimaryStripLinesVisibility { get; set; }
Property Value
System.Windows.Visibility
The primary strip lines visibility. |
SecondaryItemCount
Gets or sets the secondary item count.
Declaration
protected int SecondaryItemCount { get; set; }
Property Value
System.Int32
The secondary item count. |
SecondaryItemsSource
Gets or sets the secondary items source.
Declaration
public TickPointCollection SecondaryItemsSource { get; set; }
Property Value
TickPointCollection
The secondary items source. |
SecondarySegmentOffset
Gets or sets the secondary segment offset.
Declaration
protected TranslateTransform3D SecondarySegmentOffset { get; set; }
Property Value
System.Windows.Media.Media3D.TranslateTransform3D
The secondary segment offset. |
SecondaryStripLinesVisibility
Gets or sets the secondary strip lines visibility.
Declaration
public Visibility SecondaryStripLinesVisibility { get; set; }
Property Value
System.Windows.Visibility
The secondary strip lines visibility. |
SegmentSize
Gets or sets the size of the segment.
Declaration
protected Size3D SegmentSize { get; set; }
Property Value
System.Windows.Media.Media3D.Size3D
The size of the segment. |
Methods
ChildItemAdded(UIElement3D, Int32)
Invoked whenever a child element has been added to the 3D control.
Declaration
public override void ChildItemAdded(UIElement3D child, int itemIndex)
Parameters
System.Windows.UIElement3D
child
The child element being added. |
System.Int32
itemIndex
Index of the item. |
Overrides
ChildItemRemoved(UIElement3D, Int32)
Invoked whenever a child element has been removed from the 3D control.
Declaration
public override void ChildItemRemoved(UIElement3D child, int itemIndex)
Parameters
System.Windows.UIElement3D
child
The child element being removed. |
System.Int32
itemIndex
Index of the item. |
Overrides
OnApplyTemplate(Control)
When overridden in a derived class, is invoked whenever the Template2DApplied event is raised.
Declaration
public override void OnApplyTemplate(Control control)
Parameters
System.Windows.Controls.Control
control
|