Class PropertyChartEngineRscript
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
The chart engine class for an R Script chart to generate an R Script chart. The property ChartType has to be set to combit.Reporting.LlChartType.Rscript The prerequisite for an Rscript chart is an existing R installation on your system. R is a package-extensible, free programming language for statistical applications, which in turn provides broad support for all types of charts. The current version can be found at https://www.r-project.org.
public class PropertyChartEngineRscript : PropertyChartEngineBase
- Inheritance
-
PropertyChartEngineRscript
- Inherited Members
Constructors
PropertyChartEngineRscript(PropertyChartEngineBase)
Wraps an existing R script engine DOM item.
public PropertyChartEngineRscript(PropertyChartEngineBase item)
Parameters
Properties
DataSamplesForDesigner
The number of records for the design preview (0 = all data).
public string DataSamplesForDesigner { get; set; }
Property Value
RScriptCommonVarExport
Setting the colors, dimensions to the variables of the data source.
Automatic variables, which you select under "Chart > Automatic Variables"[JsonInclude]
public PropertyRScriptCommonVarExport RScriptCommonVarExport { get; }
Property Value
RScriptData
Collection of data source items.
[JsonInclude]
public PropertyRScriptData RScriptData { get; }
Property Value
RScriptEnableRealtimePreview
Activate permanent real data preview in Designer.
public bool RScriptEnableRealtimePreview { get; set; }
Property Value
RScriptOutputExtension
Class to specify the output format and settings
[JsonInclude]
public PropertyRScriptOutputExtension RScriptOutputExtension { get; }
Property Value
RScriptTimeoutMS
Define the maximum runtime for the script in milliseconds (0 for default).
public string RScriptTimeoutMS { get; set; }