Rendering Class

Definition

Instructions for rendering the data

public class Rendering
type Rendering = class
Public Class Rendering
Inheritance
Rendering

Constructors

Rendering()

Initializes a new instance of the Rendering class.

Rendering(Nullable<RenderingType>, String, String)

Initializes a new instance of the Rendering class.

Properties

Description

Gets or sets description of the data that will help it be interpreted

Title

Gets or sets title of data

Type

Gets or sets rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'

Applies to