Class DataBarShape
This class is intended to represent the bar of a Rad
Inheritance
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class DataBarShape : Shape
Remarks
The DataBarShape is rendered as a rectangle. The position and size of the rectangle is calculated from the left, right and height percent properties.
Constructors
DataBarShape()
Fields
HeightPercentProperty
Identifies the Height
Declaration
public static readonly DependencyProperty HeightPercentProperty
Field Value
System.
|
LeftPercentProperty
Identifies the Left
Declaration
public static readonly DependencyProperty LeftPercentProperty
Field Value
System.
|
OutOfRangeRuleProperty
Identifies the Out
Declaration
public static readonly DependencyProperty OutOfRangeRuleProperty
Field Value
System.
|
RightPercentProperty
Identifies the Right
Declaration
public static readonly DependencyProperty RightPercentProperty
Field Value
System.
|
ShowToolTipProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowToolTipProperty
Field Value
System.
|
Properties
DefiningGeometry
Gets a value that represents the System.
Declaration
protected override Geometry DefiningGeometry { get; }
Property Value
System. The System. |
HeightPercent
Gets or sets the percent (from 0 to 1) that represents the height of the bar shape.
Declaration
public double HeightPercent { get; set; }
Property Value
System.
|
LeftPercent
Gets or sets the percent (from 0 to 1) that represents the offset from the left boundary that the bar shape will have.
Declaration
public double LeftPercent { get; set; }
Property Value
System.
|
OutOfRangeRule
Gets or sets the OutOfRangeRule.
Declaration
public OutOfRangeRule OutOfRangeRule { get; set; }
Property Value
Remarks
Depending on the value of this property an arrow might be drawn at the left or right hand side of the bar shape.
The purpose of the arrow is for the Rad
RightPercent
Gets or sets the percent (from 0 to 1) that represents the offset from the top boundary that the bar shape will have.
Declaration
public double RightPercent { get; set; }
Property Value
System.
|
ShowToolTip
Gets or sets a value that determines whether a tooltip should be shown or not.
Declaration
public bool ShowToolTip { get; set; }
Property Value
System.
|
Methods
MeasureOverride(Size)
Overrides the Measure pass to define a specific behavior for measuring.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|