SetPointType

<< Click to Display Table of Contents >>

Navigation:  Charts >

SetPointType

Previous pageReturn to chapter overviewNext page

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

If you create a Point Chart from the Chart Data, you can specify individual point styles for each column with this method.

method void TVPEChartData.SetPointType(

int Column,

ChartSymbol PointType

)

int Column

column the color shall be assigned to

ChartSymbol PointType

possible values are:

Value

Comment

None

 

Square

 

Triangle

 

Circle

 

Cross

 

X

 

Point

 

Default:

ChartSymbol.X

Example:

Data.SetPointType(0, ChartSymbol.Square)