menu

UWP

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

    Show / Hide Table of Contents

    Class DataLabel

    Display the series points values.

    Inheritance
    System.Object
    DataLabel
    Namespace: Syncfusion.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.UWP.dll
    Syntax
    public class DataLabel : DependencyObject

    Constructors

    DataLabel()

    Initializes a new instance of the DataLabel class.

    Declaration
    public DataLabel()

    Fields

    BackgroundProperty

    The DependencyProperty for Background property.

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

    BorderBrushProperty

    The DependencyProperty for BorderBrush property.

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

    LabelStyleProperty

    The DependencyProperty for LabelStyle property.

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

    LabelTemplateProperty

    The DependencyProperty for LabelTemplate property.

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

    ShowLabelProperty

    The DependencyProperty for ShowLabel property.

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

    Properties

    Background

    Gets or sets the brush to apply to DataLabel background color.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    BorderBrush

    Gets or sets the brush to apply DataLabel border color.

    Declaration
    public Brush BorderBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    LabelStyle

    Gets or sets the data label font style.

    Declaration
    public Style LabelStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    LabelTemplate

    Gets or sets the data template for the data label.

    Declaration
    public DataTemplate LabelTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    ShowLabel

    Gets or sets a value indicating whether the visibility of data labels.

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

    Extension Methods

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