WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GaugeLabelsPosition - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GaugeLabelsPosition

    Defines the constants that specify the label position in the gauge.

    Inheritance
    System.Object
    GaugeLabelsPosition
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.Gauge.WinUI.dll
    Syntax
    public sealed class GaugeLabelsPosition : Enum

    Fields

    Inside

    For a SfRadialGauge : The labels are placed inside the axis line. For a SfLinearGauge : The labels are placed below the axis line for a horizontal SfLinearGauge, or to the right of the axis line for a vertical SfLinearGauge.

    Declaration
    public const GaugeLabelsPosition Inside
    Field Value
    Type Description
    GaugeLabelsPosition

    Outside

    For a SfRadialGauge : The labels are placed outside the axis line. For a SfLinearGauge : The labels are placed above the axis line for a horizontal SfLinearGauge, or to the left of the axis line for a vertical SfLinearGauge.

    Declaration
    public const GaugeLabelsPosition Outside
    Field Value
    Type Description
    GaugeLabelsPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved