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
objectCollectionCollectionObjectBases
ObjectDataGraphic(CollectionObjectBases, int)
Creates and inserts a new data graphic object at the given index.
public ObjectDataGraphic(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesindexint
Properties
Definition
Gets the data graphic definition (bar, value, icon settings).
[JsonInclude]
public PropertyDataGraphicDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the graphic is exported as a raster picture.
public string ExportAsPicture { get; set; }
Property Value
Frame
Gets the frame styling of the data graphic.
[JsonInclude]
public PropertyFrame Frame { get; }