menu

Blazor

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

    Show / Hide Table of Contents

    Class CornerRadius

    Gets or sets the corner radius of the data point.

    Inheritance
    System.Object
    CornerRadius
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CornerRadius : Object

    Constructors

    CornerRadius()

    Declaration
    public CornerRadius()

    Properties

    BottomLeft

    Gets or sets the corner radius of the bottom-left corner of the data point.

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

    A double value that represents the corner radius. The default value is the value set to the BottomLeft property of ChartCornerRadius.

    Remarks

    This property modifies the radius of the bottom-left corner of the data point.

    BottomRight

    Gets or sets the corner radius of the bottom-left corner of the data point.

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

    A double value that represents the corner radius. The default value is the value set to the BottomRight property of ChartCornerRadius.

    Remarks

    This property modifies the radius of the bottom-left corner of the data point.

    TopLeft

    Gets or sets the corner radius of the top-left corner of the data point.

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

    A double value that represents the corner radius. The default value is the value set to the TopLeft property of ChartCornerRadius.

    Remarks

    This property modifies the radius of the top-left corner of the data point.

    TopRight

    Gets or sets the corner radius of the top-right corner of the data point.

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

    A double value that represents the corner radius. The default value is the value set to the TopRight property of ChartCornerRadius.

    Remarks

    This property modifies the radius of the top-right corner of the data point.

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