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
Font
Gets the font used for the label.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
OutputFormatter
Gets the output formatter associated with the label.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
Rotation
Gets or sets the label rotation.
public string Rotation { get; set; }