Table of Contents

Class ObjectDataGraphic

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

Represents a data graphic object (icon plus bar/value visualization) that can be placed on a report.

public class ObjectDataGraphic : ObjectBase
Inheritance
ObjectDataGraphic
Inherited Members

Constructors

ObjectDataGraphic(CollectionObjectBases)

Creates and appends a new data graphic object to the provided collection.

public ObjectDataGraphic(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

ObjectDataGraphic(CollectionObjectBases, int)

Creates and inserts a new data graphic object at the given index.

public ObjectDataGraphic(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases
index int

Properties

Definition

Gets the data graphic definition (bar, value, icon settings).

[JsonInclude]
public PropertyDataGraphicDefinition Definition { get; }

Property Value

PropertyDataGraphicDefinition

ExportAsPicture

Gets or sets whether the graphic is exported as a raster picture.

public string ExportAsPicture { get; set; }

Property Value

string

Frame

Gets the frame styling of the data graphic.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame