Table of Contents

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

PropertyChartLabelCoordinate

CoordinateLabelPlacement

Gets the coordinate label placement settings.

[JsonInclude]
public CoordinateLabelPlacement CoordinateLabelPlacement { get; }

Property Value

CoordinateLabelPlacement

Filter

Gets or sets whether values are filtered.

public bool Filter { get; set; }

Property Value

bool

Label

Gets the axis label styling object.

[JsonInclude]
public PropertyChartLabel Label { get; }

Property Value

PropertyChartLabel

ShapeAttribute

Gets or sets the shape attribute binding expression.

public string ShapeAttribute { get; set; }

Property Value

string

Value

Gets or sets the axis value expression.

public string Value { get; set; }

Property Value

string