Default constructor
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GdxDataDouble(
GdxData source,
GdxSeries series,
double key,
Nullable<double> value,
string cursorFormat,
string title,
Brush defaultFill
) |
Visual Basic |
---|
Public Sub New ( _
source As GdxData, _
series As GdxSeries, _
key As Double, _
value As Nullable(Of Double), _
cursorFormat As String, _
title As String, _
defaultFill As Brush _
) |
JScript |
---|
public function GdxDataDouble(
source : GdxData,
series : GdxSeries,
key : double,
value : Nullable<double>,
cursorFormat : String,
title : String,
defaultFill : Brush
) |
Parameters
- source
- Type: GdxData
- series
- Type: Ico.Gdx..::..GdxSeries
- key
- Type: System..::..Double
- value
- Type: System..::..Nullable<(Of <(<'Double>)>)>
- cursorFormat
- Type: System..::..String
- title
- Type: System..::..String
- defaultFill
- Type: System.Windows.Media..::..Brush
See Also