Search
RealTimeChart.GridAxis Property
See Also
 





Gets or sets the YAxis used to calculate grid spacing.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public Axis GridAxis { get; set; }

Visual Basic  Copy Code

Public Property GridAxis As Axis

 Property Value

An instance of the Axis class. The default value is new Axis().

 See Also