UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelCreatedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelCreatedEventArgs

    Class implementation for Label created event arguments.

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

    Constructors

    LabelCreatedEventArgs()

    Declaration
    public LabelCreatedEventArgs()

    Properties

    AxisLabel

    Gets or sets the chart axis label for further customization.

    Declaration
    public ChartAxisLabel AxisLabel { get; set; }
    Property Value
    Type Description
    ChartAxisLabel

    Extension Methods

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