menu

Blazor

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

    Show / Hide Table of Contents

    Class EllipseOptions

    Inheritance
    System.Object
    EllipseOptions
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class EllipseOptions : Object

    Constructors

    EllipseOptions()

    Declaration
    public EllipseOptions()

    EllipseOptions(String, String, String, String, String, String, Double, String, Double, String, String, String, String)

    Declaration
    public EllipseOptions(string id, string rx, string ry, string cx, string cy, string strokeDasharray, double strokeWidth, string stroke, double opacity = 1, string fill = "none", string datapoint = "", string accessText = "", string title = "Ellipse Element")
    Parameters
    Type Name Description
    System.String id
    System.String rx
    System.String ry
    System.String cx
    System.String cy
    System.String strokeDasharray
    System.Double strokeWidth
    System.String stroke
    System.Double opacity
    System.String fill
    System.String datapoint
    System.String accessText
    System.String title

    Properties

    AccessibilityText

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

    Cx

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

    Cy

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

    DataPoint

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

    Fill

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

    Id

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

    Opacity

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

    Rx

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

    Ry

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

    Stroke

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

    StrokeDashArray

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

    StrokeWidth

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

    Title

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

    Visibility

    Declaration
    public string Visibility { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved