Creates LineChartValuesDataItem 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 LineChartValuesDataItem(
	string series_item_id,
	Object value,
	string url,
	LineChartBulletTypes 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, _
	url As String, _
	bullet As LineChartBulletTypes, _
	bullet_url As String, _
	bullet_color As Color, _
	bullet_size As Nullable(Of Integer), _
	description As String _
)
Visual C++
public:
LineChartValuesDataItem(
	String^ series_item_id, 
	Object^ value, 
	String^ url, 
	LineChartBulletTypes 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
url
Type: System..::.String
Hyperlink URL
bullet
Type: am.Charts..::.LineChartBulletTypes
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