Polar Graph
A Graph using polar coordinates - a radial axis and an angular axis. Multiple series of data can be plotted on a polar graph as lines and/or shaded regions with or without symbols at each plotted point.
Parameters
The data type for the angular axis
Provides the radial axis coordinate system
An AngularAxisModel providing the angular axis coordinate system
Composable providing radial axis labels.
Composable providing angular axis labels.
Properties to customize plot styling.
Content to display on the plot, see PolarPlotSeries.
A Graph using polar coordinates - a radial axis and an angular axis. Multiple series of data can be plotted on a polar graph as lines and/or shaded regions with or without symbols at each plotted point.
Parameters
The data type for the angular axis
Provides the radial axis coordinate system
An AngularAxisModel providing the angular axis coordinate system
Provides strings for radial axis labels.
Provides strings for angular axis labels.
Properties to customize plot styling.
Content to display on the plot, see PolarPlotSeries.