Click or drag to resize
Accord.NET (logo)

ChartRangeY Property

Chart's Y range.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Range RangeY { get; set; }
Request Example View Source

Property Value

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