alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CornerRadius

    Gets or sets the corner radius of the data point.

    Inheritance
    object
    CornerRadius
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CornerRadius

    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
    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
    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
    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
    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.

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