Jump to content
Software FX Community

a some chart question(1.change lengend graphs shape;2.remove background border;3.completeness show dotted line)


User (Legacy)

Recommended Posts

Hello:

I want to ask you a some question is about ChartFx.

Can you tell me ? I wondering how to do it?

My Question:

--------------------------------------------------------

1. Lengend graphs markings can change?

2. How to remove the background frame color?

3. On the regional background color block dotted line shows?

--------------------------------------------------------

The image is attached.

Link to comment
Share on other sites

  • 2 weeks later...

1. The marker shape in the legend is the same makershape for the series, so

you need to change it in the series buy doing for example:

chart1.getSeries().getItem(0).setMarkerShape(MarkerShape.TRIANGLE);

2. chart1.setBorderObject(new DefaultBorder(BorderType.NONE));

3. If you are using a Section, then you have to define the gridlines in the

section itselft. Or you can use stripes, which will preserve the axis

settings. In both cases, see the examples included in the packge for Axis

Sections and Stripes.

"feixiangling" <xlfei@unicomsys.net> wrote in message

news:QvRl%23CflGHA.1788@webserver3.softwarefx.com...

> Hello:

> I want to ask you a some question is about ChartFx.

> Can you tell me ? I wondering how to do it?

>

> My Question:

> --------------------------------------------------------

> 1. Lengend graphs markings can change?

>

> 2. How to remove the background frame color?

>

> 3. On the regional background color block dotted line shows?

>

> --------------------------------------------------------

> The image is attached.

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...