menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartEventBorder - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartEventBorder

    Describes the border properties for chart-related events.

    Inheritance
    System.Object
    ChartEventBorder
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartEventBorder : Object

    Constructors

    ChartEventBorder()

    Declaration
    public ChartEventBorder()

    Properties

    Color

    Gets or sets the color of the border.

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

    Accepts a string value representing the color, which can be a hex or rgba CSS color string.

    Remarks

    Use this property to set the visual color of the border in chart components.

    Width

    Gets or sets the width of the border in pixels.

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

    A double value representing the width of the border. The default value is 0.

    Remarks

    This property allows customization of the border's thickness, enhancing visibility or design emphasis on chart elements.

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