Class Chart3DEventBorder
Sets and gets the options for customizing the color and width of the border in the 3D Chart component events.
Inherited Members
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. |