Radial Axes in Chart for WinForms C# Tutorial
Radial axes represent the collection of Radial that is able to plot categorical data and render numerical data in chart area in Windows Forms C# applications. The Chart is compatible with two Radial axes, Categorical Radial Axis, which is used to plot categorical data, and Numeric Radial Axis, which is used to render numerical data in chart area.
Categorical Radial Axis for Chart AreaProperty of Categorical Radial Axis for Chart:
In addition, Categorical Radial Axes is the descendant of Axis class. Therefore, it will inherit all properties of the Axis class. When developers add Radar Point, Radar Line or Radar Area series to Chart, the Categorical Radial axis will be added automatically.
The below C# code sample shows that the Categorical Radial axis will be added when adding a Radar series property of the Polar Series instance.
Numeric Radial Axis for Chart AreaKey Properties of Numeric Radial Axis:
In addition, Numeric Radial Axis is the descendant of Axis class. Therefore, it will inherit all properties of the Axis class. When developers add Radar Point, Radar Line or Radar Area series to Chart, the Numeric Radial axis will be added automatically.
The below C# code sample shows that the Numeric Radial axis will be added when adding a Radar series property of the Polar Series instance. | ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlChart PropertyChart GridChart Series TypesChart Series - AreaChart Series - BarChart Series - LineChart Series - ScatterChart Series - ScatterLineChart Series - PieChart Series - DonutChart Series - PolarChart Series - RadarChart AxesChart Axes - CategoricalChart Axes - DateTimeChart Axes - LinearChart Axes - LogarithmicChart Axes - PolarChart Axes - PlotModeChart Axes - RadicalChart Axes - Multiple AxesChart FeatureChart - Scroll and ZoomChart - SelectionChart - TooltipChart - TrackballChart - TitleChart - LegendChart - Smart LabelsChart - Drill DownChart Data BindingChart Custom PaletteChart Custom RenderingWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |