Click or drag to resize
Accord.NET (logo)

WavechartRangeY Property

Chart's Y range.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntax
public DoubleRange RangeY { get; set; }
Request Example View Source

Property Value

Type: DoubleRange
Remarks
The value sets the Y range of data to be displayed on the chart.
See Also