axis.Labels.LabelWidth returning zero
Posted: Wed Dec 17, 2008 8:19 pm
TeeChart 3.5.3225.32185
int a = axis.Labels.LabelWidth(0.0);
int b = axis.Labels.LabelWidth(1.03);
a = 44
b = 0
It seems two decimal places of precision causes the LabelWidth method to return zero.
If you can't repro, let me know and I will try to build a sample app.
int a = axis.Labels.LabelWidth(0.0);
int b = axis.Labels.LabelWidth(1.03);
a = 44
b = 0
It seems two decimal places of precision causes the LabelWidth method to return zero.
If you can't repro, let me know and I will try to build a sample app.