Jump to content
Software FX Community

Point Label Size on Map


kzahora

Recommended Posts

Is there any way to increase the font size on a map? We have tried setting the font size in both the SVG and in the PointLabel property but the map seems to always scale the size of the labels down:

Chart1.AllSeries.PointLabels.Font = new System.Drawing.Font("Arial", 12, System.Drawing.FontStyle.Bold);

and

text transform="matrix(1 0 0 1 390 296.5596)" font-family="'MyriadPro-Regular'" font-size="12">30<

do not seem to work.

I've included an example of a map with the text barely visible, when in reality it should have a font-size of 12.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...