menu

Class SFLegendLabelStyle - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFLegendLabelStyle

    This class is used to customize the appearance of label displayed in the legend.

    Inheritance
    System.Object
    SFLegendLabelStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFLegendLabelStyle : Object, INotifyPropertyChanged

    Constructors

    SFLegendLabelStyle()

    Declaration
    public SFLegendLabelStyle()

    Properties

    Color

    Gets or sets the foreground color for the legend labels.

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type
    UIKit.UIColor

    Font

    Gets or sets the font style for the legend labels.

    Declaration
    public UIFont Font { get; set; }
    Property Value
    Type
    UIKit.UIFont

    Margin

    Gets or sets the distance insets for the legend labels from the border.

    Declaration
    public UIEdgeInsets Margin { get; set; }
    Property Value
    Type
    UIKit.UIEdgeInsets

    Methods

    OnPropertyChanged(String)

    Declaration
    protected virtual void OnPropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved