alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class EllipseOptions

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

    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
    string id
    string rx
    string ry
    string cx
    string cy
    string strokeDasharray
    double strokeWidth
    string stroke
    double opacity
    string fill
    string datapoint
    string accessText
    string title

    Properties

    AccessibilityText

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

    Cx

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

    Cy

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

    DataPoint

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

    Fill

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

    Id

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

    Opacity

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

    Rx

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

    Ry

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

    Stroke

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

    StrokeDashArray

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

    StrokeWidth

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

    Title

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

    Visibility

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