Class PropertyChartTitle
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Chart title property container including text contents, font and optional output formatter.
public class PropertyChartTitle : DomItem, IDomItemWithOutputFormatter
- Inheritance
-
PropertyChartTitle
- Implements
- Inherited Members
Properties
Contents
Gets or sets the title text expression.
public string Contents { get; set; }
Property Value
Font
Gets the font definition for the title.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
OutputFormatter
Gets the output formatter for the title.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }