Class PropertyChartLabelPie
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Pie coordinate label styling for individual categories including font, output formatter and contents.
public class PropertyChartLabelPie : DomItem, IDomItemWithOutputFormatter
- Inheritance
-
PropertyChartLabelPie
- Implements
- Inherited Members
Properties
Contents
Gets or sets the label contents expression.
public virtual string Contents { get; set; }
Property Value
FixedFontSize
Gets or sets whether a fixed font size (no auto fitting) is used.
public string FixedFontSize { get; set; }
Property Value
Font
Gets the font configuration.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
OutputFormatter
Gets the output formatter configuration.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }