Class AdditionalPlotAreaAxes2DContainer
Represents a container, holding the plot area axes related to secondary Y axes.
Inheritance
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 Additional
Declaration
public AdditionalPlotAreaAxes2DContainer()
Fields
StackOrientationProperty
Identifies the System.
Declaration
public static readonly DependencyProperty StackOrientationProperty
Field Value
System.
|
Properties
StackOrientation
Gets or sets the stack orientation.
Declaration
public Orientation StackOrientation { get; set; }
Property Value
System. The stack orientation. |
Methods
ClearContainerForItemOverride(DependencyObject, Object)
Undoes the effects of the System.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System. The container element. |
System. The item. |
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System. The element that is used to display the given item. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System. Element used to display the specified item. |
System. Specified item. |