WPF

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

    Show / Hide Table of Contents

    Class BulletGraphTick

    Represents the ticks of quantitative scale in the bullet graph. To render this, create an instance of the BulletGraphTick class, and set required properties.

    Inheritance
    System.Object
    BulletGraphTick
    Namespace: Syncfusion.UI.Xaml.BulletGraph
    Assembly: Syncfusion.SfBulletGraph.WPF.dll
    Syntax
    public class BulletGraphTick : Control

    Constructors

    BulletGraphTick()

    Declaration
    public BulletGraphTick()

    Fields

    TickLengthProperty

    using a DependencyProperty as backing store for TickLength. This enables animation,styling,binding,etc...

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

    TickPositionProperty

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

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

    TickStrokeProperty

    using a DependencyProperty as backing store for TickStroke. This enables animation,styling,binding,etc...

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

    TickStrokeThicknessProperty

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

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

    TickTemplateProperty

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

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

    Properties

    TickLength

    Gets or sets the length of ticks in the quantitative scale.

    Declaration
    public double TickLength { get; set; }
    Property Value
    Type Description
    System.Double

    TickPosition

    Gets or sets the position to arrange ticks in bullet graph.

    Declaration
    public BulletGraphTicksPosition TickPosition { get; set; }
    Property Value
    Type Description
    BulletGraphTicksPosition

    TickStroke

    Gets or sets the stroke of ticks in the quantitative scale.

    Declaration
    public Brush TickStroke { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    TickStrokeThickness

    Gets or sets the thickness of ticks in the quantitative scale.

    Declaration
    public double TickStrokeThickness { get; set; }
    Property Value
    Type Description
    System.Double

    TickTemplate

    Gets or sets the template for customizing the Tick.

    Declaration
    public DataTemplate TickTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved