Skip to main content
A newer version of this page is available.

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.v18.2.Core.dll

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