Blazor

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

    Show / Hide Table of Contents

    Class LegendItemStyleBorderModel

    Interface for a class LegendItemStyleBorder

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

    Constructors

    LegendItemStyleBorderModel()

    Declaration
    public LegendItemStyleBorderModel()

    Properties

    Color

    border color for legend item.

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

    Width

    border width for legend item.

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

    Methods

    Equals(LegendItemStyleBorderModel)

    Declaration
    public bool Equals(LegendItemStyleBorderModel legendItemStyleBorderModel)
    Parameters
    Type Name Description
    LegendItemStyleBorderModel legendItemStyleBorderModel
    Returns
    Type Description
    System.Boolean

    Implements

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