Skip to main content

How to: Show Two Circular Scales Side-by-Side

This example demonstrates the process of creating a Circular gauge with two side-by-side scales.

To do this, it is necessary to define a custom panel template and assign it to the AnalogGaugeControl.ScalePanelTemplate property. For example, the code below illustrates how to use Grid to arrange two ArcScale objects side-by-side in two columns.