質問

I have created a single Bar Series which have around 2000 pts. After plotting the bar are seen with black color instead of the Series Color.

enter image description here

役に立ちましたか?

解決

Try setting the Pen.Visible=false. The minimum size of the pen is 1 and having so many bars, it ends drawing the borders without space for the brushes.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top