menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartCornerRadius

    Specifies the configuration of the corner radius for the reactangle type series.

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

    Constructors

    ChartCornerRadius()

    Declaration
    public ChartCornerRadius()

    Properties

    BottomLeft

    Gets or sets the bottom left value of the corner radius for the chart series.

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

    A double value representing the bottom-left corner radius of the series. The default is 0.

    Remarks

    When this property value changes, the series will update its rendering if part of a series.

    BottomRight

    Gets or sets the bottom right value of the corner radius for the chart series.

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

    A double value representing the bottom-right corner radius of the series. The default is 0.

    Remarks

    When this property value changes, the series will update its rendering if part of a series.

    TopLeft

    Gets or sets the top left value of the corner radius for the chart series.

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

    A double value representing the top-left corner radius of the series. The default is 0.

    Remarks

    When this property value changes, the series will update its rendering if part of a series.

    TopRight

    Gets or sets the top right value of the corner radius for the chart series.

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

    A double value representing the top-right corner radius of the series. The default is 0.

    Remarks

    When this property value changes, the series will update its rendering if part of a 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