Class AdditionalPlotAreaAxes2DContainer
Represents a container, holding the plot area axes related to secondary Y axes.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AdditionalPlotAreaAxes2DContainer : ItemsControl, ILogicalItem
Constructors
AdditionalPlotAreaAxes2DContainer()
Initializes a new instance of the AdditionalPlotAreaAxes2DContainer class.
Declaration
public AdditionalPlotAreaAxes2DContainer()
Fields
StackOrientationProperty
Identifies the System.Windows.Controls.Orientation dependency property.
Declaration
public static readonly DependencyProperty StackOrientationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
StackOrientation
Gets or sets the stack orientation.
Declaration
public Orientation StackOrientation { get; set; }
Property Value
System.Windows.Controls.Orientation
The stack orientation. |
Methods
ClearContainerForItemOverride(DependencyObject, Object)
Undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
The container element. |
System.Object
item
The item. |
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
The element that is used to display the given item. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |