Marks Font Transparency
Posted: Thu Jan 04, 2018 9:41 pm
Hi there,
In my project I have a series where I want the marks to be transparent (background) while the mark text is visible. So I set it up that way and everything looks great. But I allow the user to change the marks font through a tfontdialog. So when I assign a TFont to the TTeeFont (Series.Marks.Font), all of a sudden the marks disappear. By using the tcharteditor I discovered that somehow a transparency is being set to 100 during the assign statement when it used to be 0. However, I cannot figure out what property it is in the code.
Can you please tell me what property corresponds to the following control in the TChartEditor?
I am using Delphi Tokyo with the corresponding Tokyo compatible TeeChart.
Thanks!
In my project I have a series where I want the marks to be transparent (background) while the mark text is visible. So I set it up that way and everything looks great. But I allow the user to change the marks font through a tfontdialog. So when I assign a TFont to the TTeeFont (Series.Marks.Font), all of a sudden the marks disappear. By using the tcharteditor I discovered that somehow a transparency is being set to 100 during the assign statement when it used to be 0. However, I cannot figure out what property it is in the code.
Can you please tell me what property corresponds to the following control in the TChartEditor?
Code: Select all
TChartEditor > Series > Marks > Text > Format > Font > Font > Transparency slider bar
Thanks!