動作確認
C++ Builder XE4
TColorBoxで選択した色情報の取得。
int itemIndex = ColorBox1->ItemIndex;
TColor col = ColorBox1->Colors[itemIndex];
Chart1->Series[0]->SeriesColor = col;
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
C++ Builder XE4
TColorBoxで選択した色情報の取得。
int itemIndex = ColorBox1->ItemIndex;
TColor col = ColorBox1->Colors[itemIndex];
Chart1->Series[0]->SeriesColor = col;
Register as a new user and use Qiita more conveniently
Go to list of users who liked