Class BulletGraphUniformPanel
Represents the panel for arranging ticks and labels. To arrange the bullet graph, create an instance of the BulletGraphUniformPanel class.
Inheritance
System.Object
BulletGraphUniformPanel
Assembly: Syncfusion.SfBulletGraph.WPF.dll
public class BulletGraphUniformPanel : Panel
Constructors
Declaration
public BulletGraphUniformPanel()
Fields
Using a DependencyProperty as the backing store for ItemsSource. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Gets or sets the items collection for adding Ticks or Labels.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type |
System.Collections.IEnumerable |
Gets or sets the orientation for arranging elements in the panel.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
System.Windows.Controls.Orientation |
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
finalSize |
|
Returns
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
availableSize |
|
Returns