Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Interface IChartStackedColumnSeries

    Marker interface for RadzenStackedColumnSeries<TItem>.

    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public interface IChartStackedColumnSeries

    Properties

    Count

    Gets the count.

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32

    The count.

    Methods

    ItemsForCategory(Double)

    Gets the items for category.

    Declaration
    IEnumerable<object> ItemsForCategory(double category)
    Parameters
    Type Name Description
    System.Double category
    Returns
    Type Description
    IEnumerable<System.Object>

    ValueAt(Int32)

    Gets the value at the specified index.

    Declaration
    double ValueAt(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    ValuesForCategory(Double)

    Gets the values for category.

    Declaration
    IEnumerable<double> ValuesForCategory(double category)
    Parameters
    Type Name Description
    System.Double category
    Returns
    Type Description
    IEnumerable<System.Double>

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT