menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCornerRadiusBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCornerRadiusBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChartCornerRadiusBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartCornerRadiusBuilder : ControlBuilder

    Constructors

    ChartCornerRadiusBuilder()

    Declaration
    public ChartCornerRadiusBuilder()

    ChartCornerRadiusBuilder(ChartCornerRadius)

    Declaration
    public ChartCornerRadiusBuilder(ChartCornerRadius model)
    Parameters
    Type Name Description
    ChartCornerRadius model

    Methods

    BottomLeft(Double)

    Specifies the bottom-left corner radius value.

    Declaration
    public ChartCornerRadiusBuilder BottomLeft(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartCornerRadiusBuilder

    BottomRight(Double)

    Specifies the bottom-right corner radius value.

    Declaration
    public ChartCornerRadiusBuilder BottomRight(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartCornerRadiusBuilder

    TopLeft(Double)

    Specifies the top-left corner radius value.

    Declaration
    public ChartCornerRadiusBuilder TopLeft(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartCornerRadiusBuilder

    TopRight(Double)

    Specifies the top-right corner radius value.

    Declaration
    public ChartCornerRadiusBuilder TopRight(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartCornerRadiusBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved