UWP

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AdornmentLabelCreatedEventArgs

    Show / Hide Table of Contents

    Class AdornmentLabelCreatedEventArgs

    This class serves as an event data for the AdornmentLabelCreated event. The event data holds the information when the adornment label is created.

    Inheritance
    System.Object
    AdornmentLabelCreatedEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class AdornmentLabelCreatedEventArgs : EventArgs
    Remarks

    This class is used for internal purpose only.

    Constructors

    AdornmentLabelCreatedEventArgs(ChartAdornmentInfo)

    Declaration
    public AdornmentLabelCreatedEventArgs(ChartAdornmentInfo adornmentLabel)
    Parameters
    Type Name Description
    ChartAdornmentInfo adornmentLabel

    Properties

    AdornmentLabel

    Gets or sets the chart adornment label.

    Declaration
    public ChartAdornmentInfo AdornmentLabel { get; }
    Property Value
    Type Description
    ChartAdornmentInfo

    Extension Methods

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