Visual Designer for Gauges
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
Visual Designer for Gauges allows you to create top-quality digital dashboards using the WYSIWYG design tool in minutes!
The following gauge types are supported by the designer:
- Circular gauge
- Linear gauge
- Clock
- Knob
- Text indicator
- Color state indicator
- Numeric indicator
- Switch
- Circular progress indicator
- Chart
You can arrange gauges on the design surface and change their properties.
When your dashboard is ready, save it to XML and load it in a C++ application.
Sample code:
CBCGPVisualContainerCtrl m_wndContainer;
...
// Load BCGP_VISUAL_XML type resource:
m_wndContainer.GetVisualContainer()->LoadFromXML(IDR_DASHBOARD);