Profile Picture

Linear Gauge Panel Border and Chart zIndex

Posted By Toni Feuchert 9 Years Ago
Author
Message
Nevron Support
Posted 9 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054, Visits: 4,009
Hi Toni,

Yes - you can remove the border by simply assigning null to the Border property:
linearGauge.BorderStyle = null;

You can also change the color - for example:

   NStrokeBorderStyle strokeBorder = new NStrokeBorderStyle();

   strokeBorder.StrokeStyle.Color = Color.Red;
   strokeBorder.StrokeStyle.Width = new NLength(2.0f);
   strokeBorder.Shape = BorderShape.RoundedRect;

   linearGauge.BorderStyle = strokeBorder;

Creates a red rounded border around the gauge. You can also find more information in the following topic:
http://helpdotnetvision.nevron.com/UsersGuide_Panels_BorderAndBackground.html

Hope this helps - let us know if you have any questions or comments.




Best Regards,
Nevron Support Team



Toni Feuchert
Posted 9 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 9 Years Ago
Posts: 1, Visits: 5
Is there a way to remove the border of the linear gauge panel or to change the color?
And what are the Options to change the zIndex of a chart?




Similar Topics


Reading This Topic