<< Click to Display Table of Contents >> SetPointType |
[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)