BottomAxis.LabelsFont.Name
Posted: Fri Mar 14, 2025 9:27 am
i canĀ“t set the property BottomAxis.LabelsFont.Name; if i set in in editor, e.g. to "Chiller", then the new font is shown correct in Editor at designtime, but in runtime "arial" is shown.
i tried to set the font at runtime with
chart.BottomAxis.Labelsfont.Name
or
Chart.Axes.Bottom.Labelsfont.Name
neither of these two version work, font is always shown in "Arial". Even if i read the Name in runtime in debugmode, "Chilla" is set !!
How can i fix this ?
i tried to set the font at runtime with
chart.BottomAxis.Labelsfont.Name
or
Chart.Axes.Bottom.Labelsfont.Name
neither of these two version work, font is always shown in "Arial". Even if i read the Name in runtime in debugmode, "Chilla" is set !!
How can i fix this ?