Skip to main content

    BarSeries

    The BarSeries renders rectangular bars to visualize values across categories, numbers or time. It supports simple, grouped (clustered), and stacked layouts, making it ideal for comparisons, totals, and distributions. The BarSeries works with numeric, time, and categorical axes, and handles a wide range of data types—perfect for Bar, Column, and Stacked charts.

    XYChart.BarSeries

    XYChart.BarSeries provides a slot for defining a BarSeries.

    XYChartBarSeriesProps

    Signature:

    export declare type XYChart = (<typeof > | <typeof > | <typeof >) & { /** * Custom actions to be shown in the tooltip and legend. * For tooltip, information about the selected datapoint is displayed. * For legend, the first parameter returns the first datapoint of the series and the second parameter returns the series object. */ actions?: (datapoint: , _series?: ) => ; };
    Still have questions?
    Find answers in the Dynatrace Community