| HistogramBoxZedGraphControl Property |
http://www.emgu.com
Get the zedgraph control from this histogram control
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
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