This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Where the point is being positioned

Location

Namespace
Fuse.Charting
Package
Fuse.Charting 2.9.1

Possible Values

Axial

Position based on the X/Y values in a rectangular layout

Radial

For a pie chart, positioned at the center of edge wedge (on the edge of the circle). This is based on the weight and accumulated weight of each segment.

Angular

For a spider chart, the point is placed around the circle based on the relativeX value. The distance away from center on the Y value.

AngularFull

Like Angular, except always positiong at the edge of the circle.

Show Uno properties and methods

Interface of PlotPointStyle

Angular : PlotPointStyle uno

For a spider chart, the point is placed around the circle based on the relativeX value. The distance away from center on the Y value.

Radial : PlotPointStyle uno

For a pie chart, positioned at the center of edge wedge (on the edge of the circle). This is based on the weight and accumulated weight of each segment.

Inherited from object