SetColor

<< Click to Display Table of Contents >>

Navigation:  Charts >

SetColor

Previous pageReturn to chapter overviewNext page

[ActiveX, .NET, Java, PHP, etc., method of the TVPEChartData object]

By default, VPE assigns itself default colors to each data column. With this method you can specify individual colors for each column.

method void TVPEChartData.SetColor(

int Column,

Color Color

)

int Column

column the color shall be assigned to

Color Color

any of the "COLOR_xyz" constants described in Programmer's Manual

or any member of the .NET Color structure