Table of Contents

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

item PropertyChartEngineBase

Properties

ShapeDefinition

Gets the shape definition (projection, data, backgrounds, etc.).

[JsonInclude]
public PropertyShapeDefinition ShapeDefinition { get; }

Property Value

PropertyShapeDefinition

XAxis

Gets the X axis configuration.

[JsonInclude]
public PropertyShapeXAxis XAxis { get; }

Property Value

PropertyShapeXAxis

YAxes

Gets the collection of Y axes.

[JsonInclude]
public CollectionPropertyShapeAxis YAxes { get; }

Property Value

CollectionPropertyShapeAxis