Click or drag to resize
Accord.NET (logo)

WavechartRangeX Property

Chart's X range.

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

Property Value

Type: DoubleRange
Remarks

The value sets the X range of data to be displayed on the chart.

See Also