Jump to content
Software FX Community

micjohnson

Members
  • Posts

    2
  • Joined

  • Last visited

micjohnson's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello! Newbie here. I am plotting a scatter chart, where I want the marker's color and border color to indicate two different things (ie, I might want the marker "interior" color to be green, but the border color to be red). However, changing the border color in the code does not seem to have any effect -- it appears that the border color is controlled by the marker "interior" color. For example, the following code should give me a marker with a green interior fill and a red border, but it's just all green (in fact, the border is a slightly darker shade of green than the interior green): chart.Points[x, y].Color = Color.Green; chart.Points[x, y].Border.Color = Color.Red; chart.Points[x, y].Border.Visible = true; Any suggestions on how to control the marker border color? Thanks in advance, Mike Johnson
×
×
  • Create New...