Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Interface IChartStackedBarSeries

    Marker interface for RadzenStackedBarSeries<TItem>.

    Inherited Members
    IChartBarSeries.Count
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public interface IChartStackedBarSeries : IChartBarSeries

    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