alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SvgEllipse

    Inheritance
    object
    ComponentBase
    SvgClass
    SvgEllipse
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    SvgClass.Class
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SvgEllipse : SvgClass, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    SvgEllipse()

    Declaration
    public SvgEllipse()

    Properties

    AccessibilityText

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

    Cx

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

    Cy

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

    DataPoint

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

    Fill

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

    Id

    Declaration
    [Parameter]
    public override string Id { get; set; }
    Property Value
    Type
    string
    Overrides
    SvgClass.Id

    Opacity

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

    Rx

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

    Ry

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

    Stroke

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

    StrokeDashArray

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

    StrokeWidth

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

    Title

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

    Visibility

    Declaration
    [Parameter]
    public string Visibility { get; set; }
    Property Value
    Type
    string

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved