Table of Contents

Class PropertyShapeYAxis

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

Represents the Y axis configuration for shape charts, supporting coordinate labels on objects and value expression. Instances are typically managed by a collection rather than constructed directly.

public class PropertyShapeYAxis : DomItem
Inheritance
PropertyShapeYAxis
Inherited Members

Constructors

PropertyShapeYAxis(CollectionPropertyShapeAxis)

Creates and appends a new Y axis item to the collection.

public PropertyShapeYAxis(CollectionPropertyShapeAxis collectionPropertyShapeAxis)

Parameters

collectionPropertyShapeAxis CollectionPropertyShapeAxis

PropertyShapeYAxis(CollectionPropertyShapeAxis, int)

Creates and inserts a new Y axis item at the specified index.

public PropertyShapeYAxis(CollectionPropertyShapeAxis collectionPropertyShapeAxis, int index)

Parameters

collectionPropertyShapeAxis CollectionPropertyShapeAxis
index int

Properties

CoordinateLabelOnObject

Gets the coordinate label-on-object configuration.

[JsonInclude]
public PropertyChartLabelCoordinateOnObject CoordinateLabelOnObject { get; }

Property Value

PropertyChartLabelCoordinateOnObject

Value

Gets or sets the value expression for the Y axis.

public string Value { get; set; }

Property Value

string

Methods

Initialize(CollectionPropertyShapeAxis, int)

Internal helper to map the new Y axis item to the underlying DOM handle and insert into the collection.

protected void Initialize(CollectionPropertyShapeAxis collectionPropertyShapeAxis, int index)

Parameters

collectionPropertyShapeAxis CollectionPropertyShapeAxis
index int