Hi there,
I was wondering if there was a way to change the font-size and family of a ArcScaleComponent?
I tried to do it like this:
--------------
circularGauge.AddScale();
ArcScaleComponent scale1 = circularGauge.Scales[0];
scale1.AppearanceTickmarkText.Font.Size = 5;
-----------------
But this appears to be a read-only property.