PlotPointStyle Enum
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.
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.
AngularFull : PlotPointStyle uno
Like Angular, except always positiong at the edge of the circle.
Axial : PlotPointStyle uno
Position based on the X/Y values in a rectangular layout
HasFlag(PlotPointStyle) : bool uno
PlotPointStyle - PlotPointStyle : PlotPointStyle uno
PlotPointStyle != PlotPointStyle : bool uno
PlotPointStyle & PlotPointStyle : PlotPointStyle uno
PlotPointStyle ^ PlotPointStyle : PlotPointStyle uno
PlotPointStyle == PlotPointStyle : bool uno
PlotPointStyle | PlotPointStyle : PlotPointStyle uno
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.