Class PropertyChartLabelCoordinateOnObject
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents coordinate label settings rendered directly on chart objects (bars, points, slices). Includes filling, font, placement (relative to owning element), rotation and content formula.
public class PropertyChartLabelCoordinateOnObject : DomItem, IDomItemWithOutputFormatter
- Inheritance
-
PropertyChartLabelCoordinateOnObject
- Implements
- Inherited Members
Properties
Contents
Gets or sets the label contents formula.
public string Contents { get; set; }
Property Value
Filling
Gets the filling for the label background.
[JsonInclude]
public PropertyFillingExt Filling { get; }
Property Value
Font
Gets the font configuration.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
OutputFormatter
Gets the output formatter settings.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
Placement
Gets or sets the label placement mode relative to the object.
public string Placement { get; set; }
Property Value
Rotation
Gets or sets the rotation (only applicable to pie charts).
public string Rotation { get; set; }