質問

名前付きまたは既知の色以外のTEECHARTに色を適用すると、透明として表示されます。これは、Axis、Series、Labels、およびGridlinesに適用されます。

CyChartControl.Header.Font.Color = Color.FromArgb(((System.Byte)(A)),((System.Byte)(R)),((System.Byte) (G)), ((System.Byte)(B)));
.

誰かがなぜこれが起こるのかを知っていますか?

役に立ちましたか?

解決

This works fine for me here:

tChart1.Header.Font.Color = Color.FromArgb(200, 200, 50, 150);

What TeeChart .NET version are you using? It would be helpful if you could send us a simple example project we can run as-is to reproduce the problem here. You can send your files to "info at steema dot com"

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