The base class for the data axis items panel.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class HorizontalDataAxisItemsPanelBase : Panel
Inheritance: objectHorizontalDataAxisItemsPanelBase
Derived Classes:
Methods
Overrides the Arrange pass to define a specific behavior for arranging axis items.
C#
protected override Size ArrangeOverride(Size finalSize)
The final area within the parent that the panel should use to arrange itself and its children.
Returns:Size
The actual size that is used after the element is arranged in layout.
Overrides the Measure pass to define a specific behavior for measuring.
C#
protected override Size MeasureOverride(Size availableSize)
Size