Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PlacementClip

Represents a pie chart marker which is a marker that draws numeric values arranged in a circle.

Read more...

Index

Enumeration members

ClipAtBoundary

ClipAtBoundary: = "ClipAtBoundary"

Markers are clipped at the boundary of the polygon.

DoNotClip

DoNotClip: = "DoNotClip"

Markers are not clipped and may extend past the boundary of the polygon.

DoNotTouchBoundary

DoNotTouchBoundary: = "DoNotTouchBoundary"

Markers are not drawn if they touch the boundary of the polygon.

RemoveIfCenterOutsideBoundary

RemoveIfCenterOutsideBoundary: = "RemoveIfCenterOutsideBoundary"

Markers are not drawn if their center falls outside of the polygon.

Generated using TypeDoc