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.
円グラフがあり、円グラフの特定のセグメントに正確な色を指定したいと考えています。
色を動的に指定するには、どの属性を使用しますか? ありがとう。
colorプロパティは、シリーズオブジェクトにぶら下がっています。
Chart.Series["xxx"].Color = Color.Red;