Jump to content
Software FX Community

Markers in legend box are distorted


User (Legacy)

Recommended Posts

I have a chart with 3 series all with different point markers for the x-axis

points. If I set the linestyle to solid then the point markers in the legend

look fine, however when I set the linestyle to something like dashed or dot,

then the point markers in the legend box get distorted.

Here is the code i use to format the #2 series:

with ChartFX

'series #2 (Received)

.Series(1).Border = TRUE

.Series(1).Color = RGB(36,193,9)

.Series(1).BKColor = RGB(36,193,9)

.Series(1).BorderColor = RGB(36,193,9)

.Series(1).LineWidth = 3

.Series(1).MarkerShape = MK_TRIANGLE

.Series(1).LineStyle = CHART_DASHDOT

end with

The point markers look just fine in the chart itself, But they get all

mangled up in the legend. Any ideas?

TIA

Michael

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...