Back to Devexpress

DxChartTitle.VerticalAlignment Property

blazor-devexpress-dot-blazor-dot-dxcharttitle-433fd5c9.md

latest1.1 KB
Original Source

DxChartTitle.VerticalAlignment Property

Specifies the chart title’s vertical alignment.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public VerticalEdge VerticalAlignment { get; set; }

Property Value

TypeDescription
VerticalEdge

A VerticalEdge enumeration value.

|

Available values:

NameDescription
Top

Top alignment.

| | Bottom |

Bottom alignment.

|

Remarks

Use the VerticalAlignment property to specify the vertical position of the chart title.

razor
<DxChart Data="@SalesData">
    <DxChartTitle HorizontalAlignment="VerticalEdge.Bottom" .../>
    ...
</DxChart>

See Also

DxChartTitle Class

DxChartTitle Members

DevExpress.Blazor Namespace