menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TickLinesPanel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TickLinesPanel

    TickLinesPanel is used to arrange the TickLines.

    Inheritance
    System.Object
    TickLinesPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.SfGauge.UWP.dll
    Syntax
    public class TickLinesPanel : Panel, IDisposable

    Constructors

    TickLinesPanel()

    Initializes a new instance of the TickLinesPanel class.

    Declaration
    public TickLinesPanel()

    Fields

    EndValueProperty

    Declaration
    public static readonly DependencyProperty EndValueProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IntervalProperty

    Declaration
    public static readonly DependencyProperty IntervalProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IsLogarithmicProperty

    Declaration
    public static readonly DependencyProperty IsLogarithmicProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LogBaseProperty

    Declaration
    public static readonly DependencyProperty LogBaseProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MajorTickAngularSpaceProperty

    Declaration
    public static readonly DependencyProperty MajorTickAngularSpaceProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MinorTickAngularSpaceProperty

    Declaration
    public static readonly DependencyProperty MinorTickAngularSpaceProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StartAngleProperty

    Declaration
    public static readonly DependencyProperty StartAngleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StartValueProperty

    Declaration
    public static readonly DependencyProperty StartValueProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SweepAngleProperty

    Declaration
    public static readonly DependencyProperty SweepAngleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SweepDirectionProperty

    Declaration
    public static readonly DependencyProperty SweepDirectionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    EndValue

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

    HalfLength

    Gets HalfLength of the TickLinesPanel used to position the Ticks.

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

    double

    Remarks

    HalfLength is a read only property used to get the value of the HalfLength.

    Interval

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

    IsLogarithmic

    Gets or sets a value indicating whether the label values should be logarithm

    Declaration
    public bool IsLogarithmic { get; set; }
    Property Value
    Type Description
    System.Boolean

    bool

    Length

    Gets or sets value that decides the length of the ticks in TickLinesPanel.

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

    double

    LogBase

    Gets or sets the base of the log.

    Declaration
    public int LogBase { get; set; }
    Property Value
    Type Description
    System.Int32

    int

    MajorTickAngularSpace

    Gets or sets the MajorTickAngularSpace between two children of the TickLinesPanel.

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

    double

    MinorTickAngularSpace

    Gets or sets the MinorTickAngularSpace between two children of the TickLinesPanel.

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

    double

    StartAngle

    Gets or sets the StartAngle of the TickLinesPanel which help to position the ticks.

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

    double

    StartValue

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

    Stroke

    Gets or sets the Stroke of the TickLinesPanel which help to change the color of ticks.

    Declaration
    public Brush Stroke { get; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    Brush

    SweepAngle

    Gets or sets the SweepAngle of the TickLinesPanel which help to position the ticks.

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

    double

    SweepDirection

    Gets or sets SweepDirection of the TickLinesPanel which decides the rendering direction of the ticks.

    Declaration
    public SweepDirection SweepDirection { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.SweepDirection

    SweepDirection

    Ticks

    Gets or sets the collection of ticks to the TickLinesPanel.

    Declaration
    public CircularScaleTickCollection Ticks { get; }
    Property Value
    Type Description
    CircularScaleTickCollection

    CircularScaleTickCollection

    TickStrokeThickness

    Gets or sets the thickness of ticks in the TickLinesPanel.

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

    double

    Methods

    ArrangeOverride(Size)

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

    Dispose()

    Method to release allocated resources of TickLinesPanel.

    Declaration
    public void Dispose()

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize
    Returns
    Type
    Windows.Foundation.Size

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved