Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property determines if histogram should be displayed vertically or not (horizontally).

By default the property is set to false - horizontal view.

See Also