Skip to main content
All docs
V25.1
  • BoxPlotSeriesView.GetValueCaption(Int32) Method

    Gets a caption value for the BoxPlotSeriesView type.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public override string GetValueCaption(
        int index
    )

    Parameters

    Name Type Description
    index Int32

    A zero-based integer caption index. If it is negative or exceeds the last available index, an exception is raised.

    Returns

    Type Description
    String

    A String value that is the caption for the BoxPlotSeriesView type.

    Remarks

    This method is intended for internal use only.

    See Also