menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartSeriesBorder

    Provides option to customize the border of the chart series.

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

    Constructors

    ChartSeriesBorder()

    Declaration
    public ChartSeriesBorder()

    Properties

    Color

    Gets or sets the color of the border.

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

    A string representing the color of the series border. Accepts values in hex and rgba as valid CSS color strings.

    Remarks

    This property allows you to define the border color of the series. Changing this value can update the series rendering.

    Width

    Gets or sets the width of the border in pixels.

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

    A double representing the width of the series border.

    Remarks

    This property determines the thickness of the series border. Adjusting the width affects the visual styling of the series.

    Methods

    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