c++ builder XE4, 10.2 Tokyo > TeeChart > TColorBoxを使ったSeriesの色変更 > ItemIndexでなくSelectedを使う
動作環境
C++ builder XE4
TeeChart Lite v2013.08.130414
RAD Studio 10.2 Tokyo Update 2 (追記 2018/01/10)
TeeChart v2016.17.160129 32bit VCL
http://qiita.com/7of9/items/5f5b6bebfee1f7a46efe
においてシリーズの色変更を記載した。
TColorBoxの値を使って色変更をしようとして失敗した。
Chart1->Series[0]->SeriesColor = ColorBox1->ItemIndex;
上記ではなく下記が正しい。
Chart1->Series[0]->SeriesColor = ColorBox1->Selected;
SelectedはLiveBindingを調べている時にも出てきたが、これまで使用したことがなかった。
Author And Source
この問題について(c++ builder XE4, 10.2 Tokyo > TeeChart > TColorBoxを使ったSeriesの色変更 > ItemIndexでなくSelectedを使う), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/77c256653c855169237c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .