Back to Devexpress

HeatmapAxis.Title Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapaxis-d95f7dd9.md

latest1.3 KB
Original Source

HeatmapAxis.Title Property

Gets or sets the axis title.

Namespace : DevExpress.Xpf.Charts.Heatmap

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisTitle Title { get; set; }
vb
Public Property Title As AxisTitle

Property Value

TypeDescription
AxisTitle

Contains axis title settings.

|

Example

The following example shows how to add a title for a y-axis:

xaml
<dxh:HeatmapControl.AxisY>
    <dxh:HeatmapAxis>
        <dxh:HeatmapAxis.Title>
            <dxc:AxisTitle Content="Product Category"/>
        </dxh:HeatmapAxis.Title>
    </dxh:HeatmapAxis>
</dxh:HeatmapControl.AxisY>

See Also

HeatmapAxis Class

HeatmapAxis Members

DevExpress.Xpf.Charts.Heatmap Namespace