menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartBorder

    Provides options to customize the border of the chart.

    Inheritance
    System.Object
    ChartSubComponent
    ChartDefaultBorder
    ChartBorder
    Inherited Members
    ChartDefaultBorder.Color
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartBorder : ChartDefaultBorder, ISubcomponentTracker

    Constructors

    ChartBorder()

    Declaration
    public ChartBorder()

    Properties

    Width

    Gets or sets the width of the 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 chart border. The default value is 0 pixel.

    Overrides
    ChartDefaultBorder.Width
    Remarks

    Accepts numerical values to define the thickness of the chart's border.

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    ChartSubComponent.Dispose(Boolean)

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Overrides
    ChartSubComponent.OnParametersSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved