User (Legacy) Posted January 26, 2006 Report Posted January 26, 2006 I have 10 sales reps and only 6 of these display I have read there is You can reset any of these scale values using several properties and methods associated with a numerical axis. Some scale values include: Minimum (or where the axis starts), Maximum (or where the axis ends) and Step (or major unit). The Step property controls where labels and tickmarks are shown in a numerical axis. This fraction is usually called the major unit. The MinorStep property allows you to set a minor unit on which you can only show and configure tickmarks and gridlines But where do you see this in the properties. Thanks
Software FX Posted January 26, 2006 Report Posted January 26, 2006 Do you mean in the X-Axis ? These properties will be located in the AxisX object. For example: chart.AxisX.Step = 1; -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.