Skip to main content
All docs
V25.1
  • HeatmapTitleCollection.Item[Int32] Property

    Allows you to access items in the collection by index.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public HeatmapTitle this[int index] { get; }

    Parameters

    Name Type Description
    index Int32

    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

    Type Description
    HeatmapTitle

    A title at the specified position.

    See Also