Class
PositioningIndicatorPanel

Panel that is used for positioning the ZeroIndicator.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class PositioningIndicatorPanel : PositioningPanel

Inheritance: objectBulletGraphPanelBaseBulletGraphClippingPanelBasePositioningPanelPositioningIndicatorPanel

Inherited Members BulletGraphClippingPanelBase.OnSizeChanged(object, SizeChangedEventArgs)BulletGraphPanelBase.ArrangeOverride(Size)BulletGraphPanelBase.MeasureOverride(Size)

Constructors

PositioningIndicatorPanel()

Declaration

cs-api-definition
public PositioningIndicatorPanel()

Methods

GetMeasureValue(FrameworkElement)

Gets the data context value.

Declaration

cs-api-definition
protected override double GetMeasureValue(FrameworkElement child)

Parameters

child

FrameworkElement

The child.

Returns

double

Overrides BulletGraphPanelBase.GetMeasureValue(FrameworkElement)