Table of Contents

Class PropertyChartLabel

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a generic chart label with contents, font, rotation and output formatting.

public class PropertyChartLabel : DomItem, IDomItemWithOutputFormatter
Inheritance
PropertyChartLabel
Implements
Inherited Members

Properties

Contents

Gets or sets the label contents expression.

public virtual string Contents { get; set; }

Property Value

string

Font

Gets the font used for the label.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

OutputFormatter

Gets the output formatter associated with the label.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase

Rotation

Gets or sets the label rotation.

public string Rotation { get; set; }

Property Value

string