Search
RadarChart.DefaultAxis Property
See Also
 






Gets a default Axis object used when data item index does not have corresponding element in the Axes collection.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public Axis DefaultAxis { get; set; }

Visual Basic  Copy Code

Public Property DefaultAxis As Axis

 Property Value

 See Also