Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapChart.SmallChartText Property

    Gets settings for the text displayed in the SnapChart, when it’s too small to fit the diagram.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    SmallChartText SmallChartText { get; }

    Property Value

    Type Description
    SmallChartText

    A SmallChartText object containing the small chart text options.

    Remarks

    Use the SmallChartText property to access and customize the text displayed by a chart if the chart’s dimensions are too small for displaying its diagram.

    SmallChartText

    See Also