WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletGraphUniformPanel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.UI.Xaml.BulletGraph
    Assembly: Syncfusion.SfBulletGraph.WPF.dll
    Syntax
    public class BulletGraphUniformPanel : Panel

    Constructors

    BulletGraphUniformPanel()

    Declaration
    public BulletGraphUniformPanel()

    Fields

    ItemsSourceProperty

    Using a DependencyProperty as the backing store for ItemsSource. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ItemsSourceProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    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 Description
    System.Windows.DependencyProperty

    Properties

    ItemsSource

    Gets or sets the items collection for adding Ticks or Labels.

    Declaration
    public IEnumerable ItemsSource { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Orientation

    Gets or sets the orientation for arranging elements in the panel.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.Orientation

    Methods

    ArrangeOverride(Size)

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize
    Returns
    Type Description
    System.Windows.Size

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize
    Returns
    Type Description
    System.Windows.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved