Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfChart.LabelsGeneratedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfChart.LabelsGeneratedEventArgs

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

    Constructors

    LabelsGeneratedEventArgs()

    Declaration
    public LabelsGeneratedEventArgs()

    Properties

    Labels

    Declaration
    public List<ChartPointInfo> Labels { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChartPointInfo>

    SfChart

    Declaration
    public ChartBase SfChart { get; }
    Property Value
    Type Description
    ChartBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved