SnapChart.SmallChartText Property
In This Article
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 |
---|---|
Small |
A Small |
#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.
See Also