Table of Contents

Class PropertyChartLabelCoordinateOnObject

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

Represents coordinate label settings rendered directly on chart objects (bars, points, slices). Includes filling, font, placement (relative to owning element), rotation and content formula.

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

Properties

Contents

Gets or sets the label contents formula.

public string Contents { get; set; }

Property Value

string

Filling

Gets the filling for the label background.

[JsonInclude]
public PropertyFillingExt Filling { get; }

Property Value

PropertyFillingExt

Font

Gets the font configuration.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

OutputFormatter

Gets the output formatter settings.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase

Placement

Gets or sets the label placement mode relative to the object.

public string Placement { get; set; }

Property Value

string

Rotation

Gets or sets the rotation (only applicable to pie charts).

public string Rotation { get; set; }

Property Value

string