Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircleOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircleOptions

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

    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
    System.String id
    System.String cx
    System.String cy
    System.String r
    System.String strokeDasharray
    System.Double strokeWidth
    System.String stroke
    System.Double opacity
    System.String fill
    System.String visibility
    System.String accessText

    Properties

    AccessibilityText

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

    Cx

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

    Cy

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

    Fill

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

    Id

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

    Opacity

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

    R

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

    Stroke

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

    StrokeDashArray

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

    StrokeWidth

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

    Visibility

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