Back to Devexpress

HeatmapTitleCollection.Item[Int32] Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaptitlecollection-dot-item-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

HeatmapTitleCollection.Item[Int32] Property

Allows you to access items in the collection by index.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public HeatmapTitle this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As HeatmapTitle

Parameters

NameTypeDescription
indexInt32

A zero-based integer that specifies the desired item’s position within the collection. If it is negative or exceeds the last available index, an exception is raised.

|

Property Value

TypeDescription
HeatmapTitle

A title at the specified position.

|

See Also

HeatmapTitleCollection Class

HeatmapTitleCollection Members

DevExpress.XtraCharts.Heatmap Namespace