Class PropertyChartLabelCoordinateOnObjectPie
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Coordinate label rendered on pie (and donut) slices providing filling, font, placement and contents configuration.
public class PropertyChartLabelCoordinateOnObjectPie : DomItem, IDomItemWithOutputFormatter
- Inheritance
-
PropertyChartLabelCoordinateOnObjectPie
- Implements
- Inherited Members
Properties
Contents
Gets or sets the label contents (formula). Internally stored as Formula.
public string Contents { get; set; }
Property Value
Filling
Gets the filling (background) definition for the label.
[JsonInclude]
public PropertyFillingExt Filling { get; }
Property Value
Font
Gets the font configuration.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
OutputFormatter
Gets the output formatter used for the label's textual representation.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
Placement
Gets or sets the placement mode relative to the slice.
public string Placement { get; set; }