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
chartTypeLlChartType
ObjectChart(LlChartType, CollectionObjectBases)
Creates and appends a chart object of the specified type.
public ObjectChart(LlChartType chartType, CollectionObjectBases objectCollection)
Parameters
chartTypeLlChartTypeobjectCollectionCollectionObjectBases
ObjectChart(LlChartType, CollectionObjectBases, int)
Creates and inserts a chart object at the specified index.
public ObjectChart(LlChartType chartType, CollectionObjectBases itemCollection, int index)
Parameters
chartTypeLlChartTypeitemCollectionCollectionObjectBasesindexint
Properties
Definition
Gets the chart definition (engine + appearance settings).
[JsonInclude]
public PropertyChartDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the chart is exported as a raster image (otherwise vector where possible).
public string ExportAsPicture { get; set; }
Property Value
Filter
Filter expression limiting chart dataset.
public string Filter { get; set; }
Property Value
Frame
Gets the frame container for the chart object.
[JsonInclude]
public PropertyFrame Frame { get; }
Property Value
SourceTablePath
Gets or sets the source table path used for the chart's data.
public string SourceTablePath { get; set; }