Jump to content
Software FX Community

Some Defects


User (Legacy)

Recommended Posts

Hi

Defect 1

As part of the structure of our presentation layer we will have a number of

charts each contained within its own user control. This control inherits

from a ChartBase user control.

The reason I´m doing this is because the same chart can appear within

several different containers and (see below) copy and paste is not reliable.

This works as long as you do not configure the chart control. However, as

soon as you configure the default chart instance it begins throwing the

following error when you try and create an instance of the user control in a

container (in my case a tab page).

<See attached .jpg>

Defect 2

When you cut/copy and paste a chart not all of its properties are correctly

cloned. In particular series colors and gallery types are lost.

Defect 3

The AxisX.LabelsFormat.Format keeps resetting to None when I have changed it

to Long Date.

Attachments.zip

Link to comment
Share on other sites

Thank you for your feedback.

> Defect 1

>As part of the structure of our presentation layer we will have a number of

>charts each contained within its own user control. ...

We are unable to reproduce this problem. Please provide with a repro case.

> Defect 2

>When you cut/copy and paste a chart not all of its properties are correctly

>cloned. In particular series colors and gallery types are lost.

I can reproduce the problem. I´ve created a bug report on this issue and it

is being investigated. I´ll keep you posted here.

> Defect 3

> The AxisX.LabelsFormat.Format keeps resetting to None when I have changed

> it to Long Date.

By design. The axis will revert back to a numeric format unless there is

databinding that assigns DateTime x-values.

--

Francisco Padron

www.chartfx.com

post-2107-13922364309635_thumb.jpg

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...