WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartMultiLevelLabel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartMultiLevelLabel

    Inheritance
    System.Object
    ChartMultiLevelLabel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    ICloneable
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartMultiLevelLabel : DependencyObject, INotifyPropertyChanged, ICloneable

    Constructors

    ChartMultiLevelLabel()

    Intializes a new instance for ChartMultiLevelLabel class

    Declaration
    public ChartMultiLevelLabel()

    Fields

    EndProperty

    The DependencyProperty of End property

    Declaration
    public static readonly DependencyProperty EndProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FontFamilyProperty

    The DependencyProperty of FontFamily property

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FontSizeProperty

    The DependencyProperty of FontSize property

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ForegroundProperty

    The DependencyProperty of Foreground property

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LabelAlignmentProperty

    The DependencyProperty of LabelAlignment property

    Declaration
    public static readonly DependencyProperty LabelAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LevelProperty

    The DependencyProperty of Level property

    Declaration
    public static readonly DependencyProperty LevelProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    StartProperty

    The DependencyProperty of Start property

    Declaration
    public static readonly DependencyProperty StartProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TextProperty

    The DependencyProperty of Text property

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    End

    Gets or sets the end value for label

    Declaration
    public object End { get; set; }
    Property Value
    Type Description
    System.Object

    FontFamily

    Gets or sets the font family for label

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type Description
    System.Windows.Media.FontFamily

    FontSize

    Gets or sets the fontsize for label

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

    Foreground

    Gets or sets the brush for label's foreground

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

    LabelAlignment

    Gets or sets alignment for label placement

    Declaration
    public LabelAlignment LabelAlignment { get; set; }
    Property Value
    Type Description
    LabelAlignment

    Level

    Gets or sets the label level

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

    Start

    Gets or sets the start value for label

    Declaration
    public object Start { get; set; }
    Property Value
    Type Description
    System.Object

    Text

    Gets or sets the label text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Clone()

    To clone the ChartMultiAxisLabel

    Declaration
    public DependencyObject Clone()
    Returns
    Type Description
    System.Windows.DependencyObject

    CloneMultiAxisLabel(DependencyObject)

    Declaration
    protected virtual DependencyObject CloneMultiAxisLabel(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type Description
    System.Windows.DependencyObject

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved