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 Parent
Declaration
public static readonly DependencyProperty ParentPlaneProperty
Field Value
System.
|
PrimaryItemsSourceProperty
Identifies the Primary
Declaration
public static readonly DependencyProperty PrimaryItemsSourceProperty
Field Value
System.
|
PrimaryStripLinesVisibilityProperty
Identifies the Primary
Declaration
public static readonly DependencyProperty PrimaryStripLinesVisibilityProperty
Field Value
System.
|
SecondaryItemsSourceProperty
Identifies the Secondary
Declaration
public static readonly DependencyProperty SecondaryItemsSourceProperty
Field Value
System.
|
SecondaryStripLinesVisibilityProperty
Identifies the Secondary
Declaration
public static readonly DependencyProperty SecondaryStripLinesVisibilityProperty
Field Value
System.
|
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. The primary item count. |
PrimaryItemsSource
Gets or sets the primary items source.
Declaration
public TickPointCollection PrimaryItemsSource { get; set; }
Property Value
Tick The primary items source. |
PrimarySegmentOffset
Gets or sets the primary segment offset.
Declaration
protected TranslateTransform3D PrimarySegmentOffset { get; set; }
Property Value
System. The primary segment offset. |
PrimaryStripLinesVisibility
Gets or sets the primary strip lines visibility.
Declaration
public Visibility PrimaryStripLinesVisibility { get; set; }
Property Value
System. The primary strip lines visibility. |
SecondaryItemCount
Gets or sets the secondary item count.
Declaration
protected int SecondaryItemCount { get; set; }
Property Value
System. The secondary item count. |
SecondaryItemsSource
Gets or sets the secondary items source.
Declaration
public TickPointCollection SecondaryItemsSource { get; set; }
Property Value
Tick The secondary items source. |
SecondarySegmentOffset
Gets or sets the secondary segment offset.
Declaration
protected TranslateTransform3D SecondarySegmentOffset { get; set; }
Property Value
System. The secondary segment offset. |
SecondaryStripLinesVisibility
Gets or sets the secondary strip lines visibility.
Declaration
public Visibility SecondaryStripLinesVisibility { get; set; }
Property Value
System. The secondary strip lines visibility. |
SegmentSize
Gets or sets the size of the segment.
Declaration
protected Size3D SegmentSize { get; set; }
Property Value
System. 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. The child element being added. |
System. 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. The child element being removed. |
System. 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.
|