Jump to content
Software FX Community

X-Axis formatting. Legend Orentation


User (Legacy)

Recommended Posts

Hi, 

I need some help in customize ChartfxIE 3.5

1] X-Axis formatting:

My X-axis has large number of points and I am not able to view the legend in

the vertical format even after using the following code, the font and bottom

gap are changing to the specified values but the style is not changing.

Chart1.XLegFont.Size = 6

Chart1.LegStyle = Chart1.legstyle or CL_VERTXLEG or CL_SINGLELINE

Chart1.BottomGap = 150

2] Viewing the total chart:

My chart has about 60 points and to see the total trend I need to scroll, is

it possible to plot the grap showing all points in a single window (so that

I need not scroll to view all the points).

3] Setting Chart type:

I not able to set the charts to a particular type, I have used the following

code to set it to line chart

CHART1.ChartType = LINES

but ChartFX fails to recognise the command.

Thanks

Ravi

Link to comment
Share on other sites

Hi, 

I need some help in customize ChartfxIE 3.5

1] X-Axis formatting:

My X-axis has large number of points and I am not able to view the legend in

the vertical format even after using the following code, the font and bottom

gap are changing to the specified values but the style is not changing.

Chart1.XLegFont.Size = 6

Chart1.LegStyle = Chart1.legstyle or CL_VERTXLEG or CL_SINGLELINE

Chart1.BottomGap = 150

2] Viewing the total chart:

My chart has about 60 points and to see the total trend I need to scroll, is

it possible to plot the grap showing all points in a single window (so that

I need not scroll to view all the points).

3] Setting Chart type:

I not able to set the charts to a particular type, I have used the following

code to set it to line chart

CHART1.ChartType = LINES

but ChartFX fails to recognise the command.

Thanks

Ravi

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...