MindFusion.Charting Programmer's Guide

RadarChart.AltAxesCount Property

See Also
 





Gets or sets the count of alternative chart axes.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public int AltAxesCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property AltAxesCount As Integer

 Property Value

An int value that specifies the count of alternative axes in the radar chart.

 See Also