Click or drag to resize
Accord.NET (logo)

HistogramIsLogarithmicView Property

Logarithmic view or not.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(false)]
public bool IsLogarithmicView { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

In the case if logarihmic view is selected, then the control will display base 10 logarithm of values.

By default the property is set to false - none logarithmic view.

See Also