Class PropertyRScriptCommonVarExport
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Defines export flags for common variable sets (chart colors, extents, named colors, scheme colors) passed to R scripts.
public class PropertyRScriptCommonVarExport : DomItem
- Inheritance
-
PropertyRScriptCommonVarExport
- Inherited Members
Properties
RScriptCommonChartColors
Adds the colors of the chart object as LL.Scheme.ChartColor<0-9>.
public bool RScriptCommonChartColors { get; set; }
Property Value
RScriptCommonExtents
Adds sizes relevant to the chart as Chart.Extents.<Name>.
public bool RScriptCommonExtents { get; set; }
Property Value
RScriptCommonNamedColors
Adds the colors commonly known within List&Label as LL.Color.<Name>.
public bool RScriptCommonNamedColors { get; set; }
Property Value
RScriptCommonSchemeColors
Adds the colors of the project design scheme as LL.Scheme.SchemeColor<0-9>.
public bool RScriptCommonSchemeColors { get; set; }