Aspose::Cells::Charts::MapChartLabelLayout enum

MapChartLabelLayout enum

Represents the layout of map chart’s labels.

enum class MapChartLabelLayout

Values

NameValueDescription
BestFitOnly0
Only best fit.
ShowAll1
Shows all labels.
None2
No labels.

See Also