Table of Contents

Class PropertyChartLabelCoordinate

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

Represents coordinate label settings for chart axes including contents, rotation and font size control.

public class PropertyChartLabelCoordinate : DomItem, IDomItemWithOutputFormatter
Inheritance
PropertyChartLabelCoordinate
Implements
Inherited Members

Properties

Contents

Gets or sets the label contents formula.

public string Contents { get; set; }

Property Value

string

FixedFontSize

Gets or sets whether the font size is fixed (not auto-scaled).

public string FixedFontSize { get; set; }

Property Value

string

Font

Gets the font configuration.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

OutputFormatter

Gets the output formatter.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase

Rotation

Gets or sets the label rotation (empty for funnel charts when unsupported).

public string Rotation { get; set; }

Property Value

string