Default counstructor

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

Syntax

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

Parameters

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

See Also