Table of Contents

Class ObjectLine

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

Represents a simple line object with color, direction, type and width settings.

public class ObjectLine : ObjectBase
Inheritance
ObjectLine
Inherited Members

Constructors

ObjectLine(CollectionObjectBases)

Creates and appends a new line object to the specified collection.

public ObjectLine(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

Parent collection.

ObjectLine(CollectionObjectBases, int)

Creates and inserts a new line object at the specified index.

public ObjectLine(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases

Parent collection.

index int

Insertion index.

Properties

Color

Gets or sets the line color.

public string Color { get; set; }

Property Value

string

ExportAsPicture

Gets or sets whether the line is exported as a raster picture.

public string ExportAsPicture { get; set; }

Property Value

string

Frame

Gets the frame styling for the line (e.g. outline properties if applicable).

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame

LineDirection

Gets or sets the line direction (0 = horizontal, 1 = vertical, etc.).

public string LineDirection { get; set; }

Property Value

string

LineType

Gets or sets the line type (solid, dashed, etc.).

public string LineType { get; set; }

Property Value

string

LinkUrl

Gets or sets the hyperlink URL associated with the line.

public string LinkUrl { get; set; }

Property Value

string

Width

Gets or sets the line width.

public string Width { get; set; }

Property Value

string