windowsforms-18221-controls-and-libraries-gauges-concepts-data-binding.md
This document provides information on the data-binding mechanism in the XtraGauges Suite, and lists specific gauge elements that can be used in this process.
Certain gauge elements are static, while others change their position, state or contents depending upon specific settings.
All these properties can be changed manually in code or data-bound to data sources using the standard .NET data-binding mechanism. To bind these properties, use the DataBindings objects provided by gauge elements.
Data binding to one of these properties is available both at design time and runtime.
For example, the following image demonstrates data binding to the value of a circular gauge’s scale via the property grid at design time.
To learn more about how to bind these properties to data sources, please refer to the following samples.