Class HorizontalDataAxisItemsPanelBase
The base class for the data axis items panel.
Inheritance
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class HorizontalDataAxisItemsPanelBase : Panel
Methods
ArrangeOverride(Size)
Overrides the Arrange pass to define a specific behavior for arranging axis items.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The final area within the parent that the panel should use to arrange itself and its children. |
Returns
System.Windows.Size
The actual size that is used after the element is arranged in layout. |
CalculateLeftPixels(UIElement, Double)
When overridden in a child class it should calculate on how many pixels from the left an item should be positioned.
Declaration
protected abstract double CalculateLeftPixels(UIElement axisItem, double availableWidth)
Parameters
System.Windows.UIElement
axisItem
|
System.Double
availableWidth
|
Returns
System.Double
|
MeasureOverride(Size)
Overrides the Measure pass to define a specific behavior for measuring.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|