Creates ColumnChartValuesDataItem with specified property values

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ColumnChartValuesDataItem(
	string series_item_id,
	Object value,
	Color color,
	ColorCollection gradient_fill_colors,
	Nullable<decimal> start_value,
	string url,
	ColumnChartBulletTypes bullet,
	string bullet_url,
	Color bullet_color,
	Nullable<int> bullet_size,
	string description
)
Visual Basic (Declaration)
Public Sub New ( _
	series_item_id As String, _
	value As Object, _
	color As Color, _
	gradient_fill_colors As ColorCollection, _
	start_value As Nullable(Of Decimal), _
	url As String, _
	bullet As ColumnChartBulletTypes, _
	bullet_url As String, _
	bullet_color As Color, _
	bullet_size As Nullable(Of Integer), _
	description As String _
)
Visual C++
public:
ColumnChartValuesDataItem(
	String^ series_item_id, 
	Object^ value, 
	Color color, 
	ColorCollection^ gradient_fill_colors, 
	Nullable<Decimal> start_value, 
	String^ url, 
	ColumnChartBulletTypes bullet, 
	String^ bullet_url, 
	Color bullet_color, 
	Nullable<int> bullet_size, 
	String^ description
)

Parameters

series_item_id
Type: System..::.String
Series item id
value
Type: System..::.Object
Item value
color
Type: System.Drawing..::.Color
Item color
gradient_fill_colors
Type: am.Charts..::.ColorCollection
Gradient fill colors
start_value
Type: System..::.Nullable<(Of <(Decimal>)>)
Start (shift) value
url
Type: System..::.String
Hyperlink URL
bullet
Type: am.Charts..::.ColumnChartBulletTypes
Bullet type
bullet_url
Type: System..::.String
Custom bullet file URL
bullet_color
Type: System.Drawing..::.Color
Bullet color
bullet_size
Type: System..::.Nullable<(Of <(Int32>)>)
Size of standard bullet
description
Type: System..::.String
Description of the value

See Also