alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class ChartSegment

    Defines a region (segment) that helps differentiate a line-type series, typically used by multi-colored series.

    Inheritance
    System.Object
    SfBaseComponent
    ChartSubComponent
    ChartSegment
    Implements
    System.IAsyncDisposable
    Inherited Members
    SfBaseComponent.DisposeAsync()
    Namespace: Syncfusion.Blazor.Toolkit.Charts
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public class ChartSegment : ChartSubComponent, IAsyncDisposable, ISubcomponentTracker

    Constructors

    ChartSegment()

    Declaration
    public ChartSegment()

    Properties

    Color

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

    DashArray

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

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type
    System.Object

    Implements

    System.IAsyncDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved