menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeChartLegendEntry - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeChartLegendEntry

    Represents the functionalities for IOfficeChartLegendEntry.

    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public interface IOfficeChartLegendEntry

    Properties

    IsDeleted

    Gets or sets a value that indicates the removal of the legend entry.

    Declaration
    bool IsDeleted { get; set; }
    Property Value
    Type
    System.Boolean

    IsFormatted

    Gets or sets that indicates whether the legend entry is formatted of not.

    Declaration
    bool IsFormatted { get; set; }
    Property Value
    Type
    System.Boolean

    TextArea

    Gets IOfficeChartTextArea object that represents a text area of the single legend entry.Read-only.

    Declaration
    IOfficeChartTextArea TextArea { get; }
    Property Value
    Type
    IOfficeChartTextArea

    Methods

    Clear()

    Clears current data point

    Declaration
    void Clear()

    Delete()

    Deletes current legend entry.

    Declaration
    void Delete()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved