menu

WinForms

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

    Show / Hide Table of Contents

    Class DataLabel

    Displays the series points values.

    Inheritance
    System.Object
    DataLabel
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.SmithChart
    Assembly: Syncfusion.SfSmithChart.WinForms.dll
    Syntax
    public class DataLabel : IDisposable

    Constructors

    DataLabel()

    Initializes a new instance of the DataLabel class.

    Declaration
    public DataLabel()

    Properties

    BackColor

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

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    BorderColor

    Gets or sets the brush to apply DataLabel border color.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    ForeColor

    Gets or sets the color to apply to DataLabel fore color.

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    LabelFont

    Gets or sets the font for data label.

    Declaration
    public Font LabelFont { get; set; }
    Property Value
    Type
    System.Drawing.Font

    Visible

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

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

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved