-
Content Count
1,761 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Frank
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
-
Yes. Chart FX supports multiple Y-Axis. See SeriesAttributes.YAxis for more details as well as the programmer's guide.
-
You could use logarithmic scale.
-
Somehow, VS2010 is not finding the Chart FX Designer. Please contact tech. support and they will take you through a series of steps to solve the problem.
-
YFrom values are not supported in the DataGrid.
-
Inconsist series ordering between Legend Box and Data Grid in Gantt chart
Frank replied to piiguu's topic in Windows Forms
This is by design. Items in the LegendBox can be inverted by doing: chart.LegendBox.ItemAttributes[chart.Series].Inverted = true; -
If you don't have an EXE, you will need a license string to use with Chart.SetLicenseString. Please contact Software FX Support to obtain one.
-
If you are using the latest service pack (6.2.3188.26800, tested with .NET 2.0) there shouldn't be any difference using the Framework 1.1 or 2.0. If you are still experiencing the problem with this version you will need to contact technical support directly and provide them with details on your environment as well as the type of chart you are creating.
-
No. Surface charts do not support conditional markers.
-
Are you using the Windows Form (.NET) version in VB6 using Interop or Chart FX 6.2 COM?
-
If this Chart FX 6.2 or 7.0?
-
How to Skip Weekend from Date Range on Daily Basis Chart
Frank replied to imran_javed@hotmail.com's topic in Web Forms
The X-Axis can be one of the following 2: - Continuous: In this mode the scale will be continuous and not dictated by the data points but by a range and a step. - Discrete/Categorical: The X-Axis is simply a collection of points. There is no fixed relationship between the labels, they are simply strings. Some chart type: Bars,Hi-Low-Close,Candlestick and Cubes only support discrete/categorical X-Axis, therefore, if like in your case, the date skips some values, they will be reflected in the X-Axis. When your chart contains X-Values and the X-Axis it is categorical, we do what we call " -
Do you have the latest Service Pack from our support site (7.0.3754.18555)? If not, you can get it here: http://support.softwarefx.com/ProductBase.aspx?Product=CfxNet70
-
Simply set the property to null (Nothing in VB).
-
No. We do support SPC charts in Chart FX 7.0 (Statistical extension) but with constant control limits (the same through the chart).