Default constructor
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GdxDataValue(
GdxData source,
GdxSeries series,
Nullable<double> value,
string cursorFormat,
string title,
Brush defaultFill
) |
Visual Basic |
---|
Public Sub New ( _
source As GdxData, _
series As GdxSeries, _
value As Nullable(Of Double), _
cursorFormat As String, _
title As String, _
defaultFill As Brush _
) |
JScript |
---|
public function GdxDataValue(
source : GdxData,
series : GdxSeries,
value : Nullable<double>,
cursorFormat : String,
title : String,
defaultFill : Brush
) |
Parameters
- source
- Type: GdxData
The data source for thid data value
- series
- Type: Ico.Gdx..::..GdxSeries
The series that owns this data value
- value
- Type: System..::..Nullable<(Of <(<'Double>)>)>
- cursorFormat
- Type: System..::..String
The cursor format associated with this data value
- title
- Type: System..::..String
The title of the series that contains this value
- defaultFill
- Type: System.Windows.Media..::..Brush
The default fill used by the samples
See Also