Class PropertyChartEngineShapeFile
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Shape file (map) chart engine configuration providing X axis, Y axes collection and shape definition.
public class PropertyChartEngineShapeFile : PropertyChartEngineBase
- Inheritance
-
PropertyChartEngineShapeFile
- Inherited Members
Constructors
PropertyChartEngineShapeFile(PropertyChartEngineBase)
Wraps an existing shape file engine DOM item.
public PropertyChartEngineShapeFile(PropertyChartEngineBase item)
Parameters
Properties
ShapeDefinition
Gets the shape definition (projection, data, backgrounds, etc.).
[JsonInclude]
public PropertyShapeDefinition ShapeDefinition { get; }
Property Value
XAxis
Gets the X axis configuration.
[JsonInclude]
public PropertyShapeXAxis XAxis { get; }
Property Value
YAxes
Gets the collection of Y axes.
[JsonInclude]
public CollectionPropertyShapeAxis YAxes { get; }