menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxis.ChartAxisLabelClickedEventArgs - API Reference

    Show / Hide Table of Contents

    Class ChartAxis.ChartAxisLabelClickedEventArgs

    This class serves as an event data for LabelClicked event.

    Inheritance
    System.Object
    ChartAxis.ChartAxisLabelClickedEventArgs
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartAxisLabelClickedEventArgs : EventArgs

    Constructors

    ChartAxisLabelClickedEventArgs()

    Declaration
    public ChartAxisLabelClickedEventArgs()

    Properties

    Label

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

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