A list of the values represented by this series
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Dictionary<GdxDataValue, GdxData> ValuesCache { get; private set; } |
| Visual Basic |
|---|
Public Property ValuesCache As Dictionary(Of GdxDataValue, GdxData) Get Private Set |
| JScript |
|---|
function get ValuesCache () : Dictionary<GdxDataValue, GdxData> private function set ValuesCache (value : Dictionary<GdxDataValue, GdxData>) |