This question is locked. New answers and comments are not allowed.
I'm trying to make a small RadCartesianChart that is part of a large table of data (there is a 30-day trend chart on each row in the table)
The height and width attributes applied to the chart control work great to stretch the control in any direction I want. However, if I set height or width to anything less than 100, the control remains 100x100.
Is there any way to get the control to have a height less than 100? I know I could just do a scale transformation, but that makes the line look really messed up. I just want a chart that has Height="30" and Width="100". This doesn't seem like it should be that complicated...
The height and width attributes applied to the chart control work great to stretch the control in any direction I want. However, if I set height or width to anything less than 100, the control remains 100x100.
Is there any way to get the control to have a height less than 100? I know I could just do a scale transformation, but that makes the line look really messed up. I just want a chart that has Height="30" and Width="100". This doesn't seem like it should be that complicated...