Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies Data Label Skip Modes as applied to {@DataLabelProvider.skipMode}

Index

Enumeration members

ShowAll

ShowAll: = "ShowAll"

Show all data labels

SkipIfOverlapNext

SkipIfOverlapNext: = "SkipIfOverlapNext"

Skip N=skipNumber labels if the current overlaps the next

SkipIfOverlapPrevious

SkipIfOverlapPrevious: = "SkipIfOverlapPrevious"

Skip N=skipNumber labels if the current overlaps the previous

SkipIfSame

SkipIfSame: = "SkipIfSame"

Skip N=skipNumber labels if the current has the same value as the previous

Generated using TypeDoc