Class QualitativeRangePanel
Represents the panel of qualitative range in the bullet graph.
Inheritance
System.Object
QualitativeRangePanel
Assembly: Syncfusion.SfBulletGraph.UWP.dll
Syntax
public class QualitativeRangePanel : Panel
Constructors
QualitativeRangePanel()
Declaration
public QualitativeRangePanel()
Fields
OrientationProperty
Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
RangesProperty
Using a DependencyProperty as the backing store for Ranges. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RangesProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Orientation
Gets or sets the orientation of arranging elements in the pane.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
Windows.UI.Xaml.Controls.Orientation |
Ranges
Gets or sets the collection of qualitative ranges for the bullet graph.
Declaration
public QualitativeRangeCollection Ranges { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods