alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class CircleOptions

    Inheritance
    object
    CircleOptions
    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 CircleOptions

    Constructors

    CircleOptions()

    Declaration
    public CircleOptions()

    CircleOptions(string, string, string, string, string, double, string, double, string, string, string)

    Declaration
    public CircleOptions(string id, string cx, string cy, string r, string strokeDasharray, double strokeWidth, string stroke, double opacity = 1, string fill = "none", string visibility = "", string accessText = "")
    Parameters
    Type Name Description
    string id
    string cx
    string cy
    string r
    string strokeDasharray
    double strokeWidth
    string stroke
    double opacity
    string fill
    string visibility
    string accessText

    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

    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

    R

    Declaration
    public string R { 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

    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