|
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; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property RangeY As Range
Get
Set
Request Example
View SourceProperty Value
Type:
RangeRemarks The value sets the Y range of data to be displayed on the chart.
See Also