Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendBorderModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendBorderModel

    Interface for a class LegendBorder

    Inheritance
    System.Object
    LegendBorderModel
    Implements
    System.IEquatable<LegendBorderModel>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LegendBorderModel : Object, IEquatable<LegendBorderModel>

    Constructors

    LegendBorderModel()

    Declaration
    public LegendBorderModel()

    Properties

    Color

    border color for legend.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Width

    border width for legend.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Equals(LegendBorderModel)

    Declaration
    public bool Equals(LegendBorderModel legendBorderModel)
    Parameters
    Type Name Description
    LegendBorderModel legendBorderModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved