Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFAxis.LabelCreatedEventArgs

    Show / Hide Table of Contents

    Class SFAxis.LabelCreatedEventArgs

    This class serves as an event data for LabelCreated event.

    Inheritance
    System.Object
    SFAxis.LabelCreatedEventArgs
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class LabelCreatedEventArgs : EventArgs

    Constructors

    LabelCreatedEventArgs()

    Declaration
    public LabelCreatedEventArgs()

    Properties

    AxisLabel

    Declaration
    public SFAxis.ChartAxisLabel AxisLabel { get; set; }
    Property Value
    Type Description
    SFAxis.ChartAxisLabel
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved