Table of Contents

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

string

FixedFontSize

Gets or sets whether a fixed font size (no auto fitting) is used.

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 configuration.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase