Aspose::Cells::Charts::MapChartLabelLayout enum

MapChartLabelLayout enum

Represents the layout of map chart’s labels.

enum class MapChartLabelLayout

Values

NameValueDescription
BestFitOnly0
Only the best fit is used.
ShowAll1
Shows all labels.
None2
There are no labels.

See Also