Chart.Evaluate(Object, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Object ^ Evaluate(System::Object ^ varName, int LocaleID, [Runtime::InteropServices::Out] int % ObjType);
public object Evaluate (object varName, int LocaleID, out int ObjType);
abstract member Evaluate : obj * int * -> obj
Public Function Evaluate (varName As Object, LocaleID As Integer, ByRef ObjType As Integer) As Object
Parameters
- varName
- Object
- LocaleID
- Int32
- ObjType
- Int32