HistogramBoxZedGraphControl Property |
http://www.emgu.com
Get the zedgraph control from this histogram control
Namespace:
Emgu.CV.UI
Assembly:
Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic ZedGraphControl ZedGraphControl { get; }
Public ReadOnly Property ZedGraphControl As ZedGraphControl
Get
public:
property ZedGraphControl^ ZedGraphControl {
ZedGraphControl^ get ();
}
member ZedGraphControl : ZedGraphControl with get
Property Value
Type:
ZedGraphControl
See Also