Jump to content
Software FX Community

Pen object exposed for 2-D XY series?


User (Legacy)

Recommended Posts

I'd like to create a CustomEndCap, which enumeration is part of the line

caps properties, but I'm unable to access a pen.CustomEndCap to attach it.

This is supported by .NET framework in general.

Is the pen object exposed for 2-D XY data series? You have

Chart1.series(0).LineEndCap, .LineStartCap, .LineStyle, and .LineWidth; plus

Border and Marker attributes, but I don't see anywhere the pen object which

draws the data lines for a series.

-- John

Link to comment
Share on other sites

At this time we do not expose pen/brush properties in our API.

--

Regards,

JC

Software FX Support

"J. Hinshaw" <john.hinshaw@serveron.com> wrote in message

news:$ZZG5HS5DHA.2468@webserver3.softwarefx.com...

> I'd like to create a CustomEndCap, which enumeration is part of the line

> caps properties, but I'm unable to access a pen.CustomEndCap to attach it.

> This is supported by .NET framework in general.

>

> Is the pen object exposed for 2-D XY data series? You have

> Chart1.series(0).LineEndCap, .LineStartCap, .LineStyle, and .LineWidth;

plus

> Border and Marker attributes, but I don't see anywhere the pen object

which

> draws the data lines for a series.

>

> -- John

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...