Default constructor

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GdxDataValue(
	GdxData source,
	GdxSeries series,
	T key,
	Nullable<double> value,
	string cursorFormat,
	string title,
	Brush defaultFill
)
Visual Basic
Public Sub New ( _
	source As GdxData, _
	series As GdxSeries, _
	key As T, _
	value As Nullable(Of Double), _
	cursorFormat As String, _
	title As String, _
	defaultFill As Brush _
)
JScript
public function GdxDataValue(
	source : GdxData, 
	series : GdxSeries, 
	key : T, 
	value : Nullable<double>, 
	cursorFormat : String, 
	title : String, 
	defaultFill : Brush
)

Parameters

source
Type: GdxData
series
Type: Ico.Gdx..::..GdxSeries
key
Type: T
value
Type: System..::..Nullable<(Of <(<'Double>)>)>
cursorFormat
Type: System..::..String
title
Type: System..::..String
defaultFill
Type: System.Windows.Media..::..Brush

See Also