alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Chart3DEventBorder

    Sets and gets the options for customizing the color and width of the border in the 3D Chart component events.

    Inheritance
    object
    Chart3DEventBorder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DEventBorder

    Constructors

    Chart3DEventBorder()

    Declaration
    public Chart3DEventBorder()

    Properties

    Color

    Gets or sets the color of the 3D Chart border.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    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 3D Chart event element.

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

    Accepts the double value. The default value is 0.

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