The Histogram type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Dispose the object.
(Overrides Control..::.Dispose(Boolean).) | |
| OnPaint |
Paint the control.
(Overrides Control..::.OnPaint(PaintEventArgs).) |
Properties
| Name | Description | |
|---|---|---|
| AllowSelection |
Allow mouse selection or not.
| |
| Color |
Histogram’s color.
| |
| IsLogarithmicView |
Logarithmic view or not.
| |
| IsVertical |
Vertical view or not.
| |
| Values |
Histogram values.
|
Events
| Name | Description | |
|---|---|---|
| PositionChanged |
Mouse position changed event.
| |
| SelectionChanged |
Mouse selection changed event.
|