Search
RealTimeChart.Y2AxisCollection Property
See Also
 





Gets or sets the collection of Y2Axis settings for the chart.

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

 Syntax

C#  Copy Code

public YAxisCollection Y2AxisCollection { get; set; }

Visual Basic  Copy Code

Public Property Y2AxisCollection As YAxisCollection

 Property Value

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

 See Also