Class Shared
Globals
Should only be used for logging, setting/getting configurations.
Inherited Members
Namespace: TimeSeriesAnalysis
Assembly: TimeSeriesAnalysis.dll
Syntax
public class Shared
Methods
| Edit this page View SourceDisablePlots()
Disables all plotting
Declaration
public static void DisablePlots()
EnablePlots()
Enables all plotting
Declaration
public static void EnablePlots()
GetParserObj()
Returns the ParserFeedback object, which can be used to add loglines for info,warnings or errors
Declaration
public static ParserFeedback GetParserObj()
Returns
Type | Description |
---|---|
ParserFeedback | the Parserfeedback object |
Examples
Example usage:
Shared.GetParserObj().AddWarning("This is a warning that can be shown on the console, written to file, or both");
|
Edit this page
View Source
IsPlottingEnabled()
Queries if plotting is enabled or not
Declaration
public static bool IsPlottingEnabled()
Returns
Type | Description |
---|---|
bool |