Live Chart’s (Solid Gauge) Demo in C# win form app
rashid@rashicode.com
0 Comments
bunifu dataviz, c#, c# chart, c# chart example, c# chart tutorial, c# live chart, c# live charts, c# livechart, c# livecharts, C# projects source code, C# reports, Cartesian chart in C#, chart, chart c#, chart c# windows forms, chart control in c#, chart controls in C#, chart in c#, chart in c# windows application, chart in c# windows form, chart in visual c#, charts, charts and graphs in web pages, charts c# tutorial, Charts in C#, dataviz cracked free download, Designing videos in c#, final year project in c#, free chart controls in C#, graphs in C#, graphs using database in C#, how to use chart in visual c#, live chart, live chart (cartesian chart) demo in c# win form app, live chart app, live chart c#, live chart controls in c#, live chart in c#, live chart wpf, live charts, live charts c#, live charts c# tutorial, live charts c# windows forms, livechart, livechart c#, livechart c# example, livecharts, livecharts c#, livecharts c# example, pie chart in C#, semester projects in c#, winforms chart
Live Chart's (solidGauge) In C#
Live Charts in C# is an opensource tool containing multiple chart controls like Line chats, Pie Chart, location Chart e.t.c.
In this tutorial we will learn How to create solidGauge Chart in WinForm App C#.
Tools Required:
Visual Studio 2012 or later version.
Code Behind
solidGauge1.Uses360Mode = true; solidGauge1.From = 0; solidGauge1.To = 100; solidGauge1.Value = 50; solidGauge2.Uses360Mode = true; solidGauge2.From = 0; solidGauge2.To = 100; solidGauge2.Value = 50; solidGauge3.From = 0; solidGauge3.To = 100; solidGauge3.Value = 50; solidGauge4.From = 0; solidGauge4.To = 100; solidGauge4.Value = 60; solidGauge4.Base.LabelsVisibility = System.Windows.Visibility.Hidden; solidGauge4.Base.GaugeActiveFill = new System.Windows.Media.LinearGradientBrush { GradientStops=new System.Windows.Media.GradientStopCollection { new System.Windows.Media.GradientStop(System.Windows.Media.Colors.Green,.5), new System.Windows.Media.GradientStop(System.Windows.Media.Colors.Red,0), new System.Windows.Media.GradientStop (System.Windows.Media.Colors.Blue,1) } };
Video Tutorial
Source Code
Thanks for visiting us. Please don’t forget to subscribe our official YouTube Channel RashiCode