Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
3D グラフを使用する場合、マーカーには素敵なグラデーション 3D 効果があります。
2D グラフのマーカーでその効果を得ることができますか?
ポイントの深さが0に設定された3Dグラフを使用します。
area.Area3DStyle.Enable3D = true; area.Area3DStyle.PointDepth = 0;