Back to Devexpress

DxRangeSelectorChart.BarGroupWidth Property

blazor-devexpress-dot-blazor-dot-dxrangeselectorchart-008a08f0.md

latest1.4 KB
Original Source

DxRangeSelectorChart.BarGroupWidth Property

Specifies the width of bar groups.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public int BarGroupWidth { get; set; }

Property Value

TypeDescription
Int32

The bar group width in pixels.

|

Remarks

Use the BarGroupWidth property to specify the width of all bar groups in DxRangeSelectorChart. The maximum bar group width equals the major tick interval. You can also use the DxChartBarSeriesBase.BarWidth property to specify the bar width for an individual series.

razor
<DxRangeSelector Width="500px"
                 Height="200px"
                 Data="@Data">
    <DxRangeSelectorChart BarGroupWidth="50">
        @* ... *@
    </DxRangeSelectorChart>
</DxRangeSelector>

See Also

DxRangeSelectorChart Class

DxRangeSelectorChart Members

DevExpress.Blazor Namespace