menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendItemEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendItemEventArgs

    This class serves as an event data for the LegendItemEventArgs event. The event data holds the information when the legend item.

    Inheritance
    System.Object
    LegendItemEventArgs
    Namespace: Syncfusion.Maui.Core
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public class LegendItemEventArgs : Object

    Constructors

    LegendItemEventArgs(ILegendItem)

    Initializes a new instance of the LegendItemEventArgs class.

    Declaration
    public LegendItemEventArgs(ILegendItem legendItem)
    Parameters
    Type Name Description
    ILegendItem legendItem

    Used to specifyt he legend item.

    Fields

    LegendItem

    Gets the corresponding legend item.

    Declaration
    public readonly ILegendItem LegendItem
    Field Value
    Type
    ILegendItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved