Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Kevin, You can use a size relative to the containing panel size: gauge.CapStyle.Size = new Nevron.GraphicsCore.NSizeL(new NLength(10, NRelativeUnit.ParentPercentage), new NLength(10, NRelativeUnit.ParentPercentage)); This for example applies a cap size which is 10 percent from the containing panel averaged width / height.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 3 Years Ago
Posts: 176,
Visits: 1,865
|
So it begins to dominate the gauge when it becomes small. Is there any way around this? Thanks Kevin
|