Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFAxis.ChartAxisLabelClickedEventArgs

    This class serves as an event data for LabelClicked event.

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

    Constructors

    ChartAxisLabelClickedEventArgs()

    Declaration
    public ChartAxisLabelClickedEventArgs()

    Properties

    Label

    Gets the SFAxis.ChartAxisLabel, which contains axis label position and text .

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