Search
RealTimeChart.YAxisCollection Property
See Also
 





Gets or sets the collection of YAxis-settings for the chart.

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

 Syntax

C#  Copy Code

public YAxisCollection YAxisCollection { get; set; }

Visual Basic  Copy Code

Public Property YAxisCollection As YAxisCollection

 Property Value

An instance of the YAxisCollection class. The default value is new YAxisCollection.

 See Also