menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataLabel - WPF 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.WPF.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
    System.Windows.DependencyProperty

    BorderBrushProperty

    The DependencyProperty for BorderBrush property.

    Declaration
    public static readonly DependencyProperty BorderBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LabelStyleProperty

    The DependencyProperty for LabelStyle property.

    Declaration
    public static readonly DependencyProperty LabelStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LabelTemplateProperty

    The DependencyProperty for LabelTemplate property.

    Declaration
    public static readonly DependencyProperty LabelTemplateProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowLabelProperty

    The DependencyProperty for ShowLabel property.

    Declaration
    public static readonly DependencyProperty ShowLabelProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Background

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

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

    BorderBrush

    Gets or sets the brush to apply DataLabel border color.

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

    LabelStyle

    Gets or sets the data label font style.

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

    LabelTemplate

    Gets or sets the data template for the data label.

    Declaration
    public DataTemplate LabelTemplate { get; set; }
    Property Value
    Type
    System.Windows.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved