|
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; }
<DefaultValueAttribute(false)>
Public Property IsLogarithmicView As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks 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