Table of Contents

Class PropertyRScriptOutputExtension

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Defines output format and device specific settings for R script chart rendering.

public class PropertyRScriptOutputExtension : DomItem
Inheritance
PropertyRScriptOutputExtension
Inherited Members

Properties

Contents

Output format to be used (e.g.: .svg, .png, .jpg).

public string Contents { get; set; }

Property Value

string

RScriptOOPointsize

Underlying font size (0 corresponds to 12pt).

public string RScriptOOPointsize { get; set; }

Property Value

string

RScriptOORes

Base resolution in DPI (0 corresponds to 300 DPI). No effect on vector formats.

public string RScriptOORes { get; set; }

Property Value

string