We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Header not appear

The header does not appear

Attachment: Captura_de_Tela_20150527_às_14.53.16_6e2be703.zip

1 Reply

NM Nijamudeen Mohamed Sulaiman Syncfusion Team May 28, 2015 01:03 PM UTC

Hi Bqts,

Thanks for your interest in Syncfusion products.

Based on the provided screenshot we have found that the GaugeHeader position is not given. Please refer the below code snippet for positioning the gauge header.

Code Snippet:
C#:
circularGaugeHeader.setText("Speedometer");
circularGaugeHeader.setTextColor(Color.
GRAY);
circularGaugeHeader.setPosition(
new PointF(0, 1));
circularGaugeHeader.setTextSize(
20);
_gaugeHeaders.add(
0, circularGaugeHeader);
circularGauge.setHeaders(_gaugeHeaders);

If the above solution does not meet your requirement, could you please provide us more information along with screenshots? This would be helpful for us to analyze on it and provide you the possible solution.

Please let us know, if you require further assistance on this.

Regards,
Nijamudeen M


Loader.
Live Chat Icon For mobile
Up arrow icon