User (Legacy) Posted May 29, 2006 Report Posted May 29, 2006 Hi, I want to set the alignment of the activity names (AxisX) to left in the Dreamhouse sample. So I changed the line 123 from "chart1.AxisX.Style |= AxisStyles.Centered;" to "chart1.AxisX.Style |= AxisStyles.LeftAligned;"l The result looks very ugly (see attached screenshot). Greets, Thomas Ibel HighlightSample.zip
Software FX Posted May 30, 2006 Report Posted May 30, 2006 This is what is supposed to do. AxisStyle.LeftAligned is only to be used with an axis on the far (right) side of the chart. What you are looking for, y-axis labels on the left of the chart left aligned to the size of the biggest label, is not supported. -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.