alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class SelectionStyleComponent

    Component that exposes selection style pattern data for charts.

    Inheritance
    System.Object
    SelectionStyleComponent
    Namespace: Syncfusion.Blazor.Toolkit.Charts
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public class SelectionStyleComponent : ComponentBase

    Constructors

    SelectionStyleComponent()

    Declaration
    public SelectionStyleComponent()

    Properties

    ComponentId

    Gets or sets the component identifier.

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

    Unique identifier for this component instance. Default: string.Empty.

    GivenPattern

    Gets or sets the list of pattern options supplied to this component.

    Declaration
    public List<PatternOptions> GivenPattern { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Syncfusion.Blazor.Toolkit.Charts.Internal.PatternOptions>

    A list of Syncfusion.Blazor.Toolkit.Charts.Internal.PatternOptions representing patterns. Default: an empty list.

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved