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
collectionPropertyShapeAxisCollectionPropertyShapeAxis
PropertyShapeYAxis(CollectionPropertyShapeAxis, int)
Creates and inserts a new Y axis item at the specified index.
public PropertyShapeYAxis(CollectionPropertyShapeAxis collectionPropertyShapeAxis, int index)
Parameters
collectionPropertyShapeAxisCollectionPropertyShapeAxisindexint
Properties
CoordinateLabelOnObject
Gets the coordinate label-on-object configuration.
[JsonInclude]
public PropertyChartLabelCoordinateOnObject CoordinateLabelOnObject { get; }
Property Value
Value
Gets or sets the value expression for the Y axis.
public string Value { get; set; }
Property Value
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
collectionPropertyShapeAxisCollectionPropertyShapeAxisindexint