menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DBorder

    Options to customize the border of the 3D chart.

    Inheritance
    System.Object
    Chart3DSubComponent
    Chart3DDefaultBorder
    Chart3DBorder
    Inherited Members
    Chart3DDefaultBorder.Color
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DBorder : Chart3DDefaultBorder, IChart3DSubcomponentTracker

    Constructors

    Chart3DBorder()

    Declaration
    public Chart3DBorder()

    Properties

    Width

    Gets or sets the width of the 3D chart border in pixels.

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

    A double value representing the width of the 3D chart border. The default value is 0 pixel.

    Overrides
    Chart3DDefaultBorder.Width
    Remarks

    Accepts numerical values to define the width of the 3D chart border.

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