|
HistogramIsVertical Property
|
Vertical view or not.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax [DefaultValueAttribute(false)]
public bool IsVertical { get; set; }
<DefaultValueAttribute(false)>
Public Property IsVertical As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks The property determines if histogram should be displayed vertically or
not (horizontally).
By default the property is set to false - horizontal view.
See Also