Class PropertyShapeXAxis
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the X axis configuration for shape charts (value expression, filtering, attribute binding and labels).
public class PropertyShapeXAxis : DomItem
- Inheritance
-
PropertyShapeXAxis
- Inherited Members
Properties
CoordinateLabel
Gets the coordinate label configuration.
[JsonInclude]
public PropertyChartLabelCoordinate CoordinateLabel { get; }
Property Value
CoordinateLabelPlacement
Gets the coordinate label placement settings.
[JsonInclude]
public CoordinateLabelPlacement CoordinateLabelPlacement { get; }
Property Value
Filter
Gets or sets whether values are filtered.
public bool Filter { get; set; }
Property Value
Label
Gets the axis label styling object.
[JsonInclude]
public PropertyChartLabel Label { get; }
Property Value
ShapeAttribute
Gets or sets the shape attribute binding expression.
public string ShapeAttribute { get; set; }
Property Value
Value
Gets or sets the axis value expression.
public string Value { get; set; }