menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DEventBorder

    Sets and gets the options for customizing the color and width of the border in the SfChart3D component events.

    Inheritance
    System.Object
    Chart3DEventBorder
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DEventBorder : Object

    Constructors

    Chart3DEventBorder()

    Declaration
    public Chart3DEventBorder()

    Properties

    Color

    Gets or sets the color of the SfChart3D border.

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

    Accepts the valid CSS color string value like hex and rgba. The default value is null.

    Width

    Gets or sets the the width of the border in pixels for the SfChart3D event element.

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

    Accepts the double value. The default value is 0.

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