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
FixedFontSize
Gets or sets whether the font size is fixed (not auto-scaled).
public string FixedFontSize { get; set; }
Property Value
Font
Gets the font configuration.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
OutputFormatter
Gets the output formatter.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
Rotation
Gets or sets the label rotation (empty for funnel charts when unsupported).
public string Rotation { get; set; }