From 6df4712c7df409cd216a954615235b1702005856 Mon Sep 17 00:00:00 2001 From: Baranibharathip <162285848+Baranibharathip@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:33:51 +0530 Subject: [PATCH 1/2] Updated read me --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1a22c9..3753fd8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ -# WPF-Temperature-Monitor-Blog-Sample -This repository contain samples for WPF temperature monitor design sample +# WPF Radial Gauge Temperature Monitor + +This sample demonstrates how to design a modern **Temperature Monitor** using the **Syncfusion WPF Radial Gauge** control. The application showcases how to visualize temperature values with customized scales, color-coded ranges, a needle pointer, and annotations. + +## Features Demonstrated + +### Temperature Scale +- Configures a radial scale with customizable start and end values. +- Displays major and minor tick marks. +- Shows temperature labels across the gauge. +- Uses custom positioning for labels and ticks to create a clean dashboard layout. + +### Temperature Range Indicators +- Uses multiple colored ranges to represent different temperature zones. +- Provides visual feedback for cold, moderate, warm, and hot temperature levels. +- Demonstrates range customization using start and end values along with offset settings. + +### Needle Pointer +- Displays the current temperature using a customizable needle pointer. +- Includes knob and tail styling options. +- Shows how to control pointer appearance and length. + +### Gauge Annotations +- Displays the current temperature value within the gauge. +- Adds supplementary information such as temperature units and labels. +- Demonstrates annotation positioning using offset and angle properties. + +### Responsive Gauge Layout +- Arranges gauge elements using custom positioning. +- Maintains a consistent appearance across different window sizes. + +## Blog reference +[Simple Steps to Design a Temperature Monitor Using WPF Radial Gauge](https://www.syncfusion.com/blogs/post/design-a-temperature-monitor-using-wpf-radial-gauge) From 9510f07663c7befc8d824c557b5f9094c214d8cb Mon Sep 17 00:00:00 2001 From: Baranibharathip <162285848+Baranibharathip@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:42:52 +0530 Subject: [PATCH 2/2] Added demo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3753fd8..4db9875 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,9 @@ This sample demonstrates how to design a modern **Temperature Monitor** using th - Arranges gauge elements using custom positioning. - Maintains a consistent appearance across different window sizes. +## Output + +![Temperature Monitor Using WPF Radial Gauge](https://www.syncfusion.com/blogs/wp-content/uploads/2020/05/Single-Temperature-Indicator-for-InsideOutside-1024x483.png) + ## Blog reference [Simple Steps to Design a Temperature Monitor Using WPF Radial Gauge](https://www.syncfusion.com/blogs/post/design-a-temperature-monitor-using-wpf-radial-gauge)