MindFusion.Charting Programmer's Guide

RadarChart.AltAxesCount Property

See Also
 





Gets or sets the count of alternative chart axes.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int AltAxesCount { get; set; }

Visual Basic  Copy Code

Public Property AltAxesCount As Integer

 Property Value

An int value that specifies the count of alternative axes.

 See Also