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
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Double |
TickPosition
Gets or sets the position to arrange ticks in bullet graph.
Declaration
public BulletGraphTicksPosition TickPosition { get; set; }
Property Value
Type |
---|
BulletGraphTicksPosition |
TickStroke
Gets or sets the stroke of ticks in the quantitative scale.
Declaration
public Brush TickStroke { get; set; }
Property Value
Type |
---|
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 |
---|
System.Double |
TickTemplate
Gets or sets the template for customizing the Tick.
Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |