Table of Contents

Class ObjectChart

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

Provides rendering logic for ObjectChart objects.

public class ObjectChart : ObjectBase
Inheritance
ObjectChart
Inherited Members

Constructors

ObjectChart(LlChartType)

Creates and inserts a chart object at the specified index.

public ObjectChart(LlChartType chartType)

Parameters

chartType LlChartType

ObjectChart(LlChartType, CollectionObjectBases)

Creates and appends a chart object of the specified type.

public ObjectChart(LlChartType chartType, CollectionObjectBases objectCollection)

Parameters

chartType LlChartType
objectCollection CollectionObjectBases

ObjectChart(LlChartType, CollectionObjectBases, int)

Creates and inserts a chart object at the specified index.

public ObjectChart(LlChartType chartType, CollectionObjectBases itemCollection, int index)

Parameters

chartType LlChartType
itemCollection CollectionObjectBases
index int

Properties

Definition

Gets the chart definition (engine + appearance settings).

[JsonInclude]
public PropertyChartDefinition Definition { get; }

Property Value

PropertyChartDefinition

ExportAsPicture

Gets or sets whether the chart is exported as a raster image (otherwise vector where possible).

public string ExportAsPicture { get; set; }

Property Value

string

Filter

Filter expression limiting chart dataset.

public string Filter { get; set; }

Property Value

string

Frame

Gets the frame container for the chart object.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame

SourceTablePath

Gets or sets the source table path used for the chart's data.

public string SourceTablePath { get; set; }

Property Value

string