Jump to content
Software FX Community

kzahora

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by kzahora

  1. 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.

×
×
  • Create New...