Table of Contents

Class PropertyLine

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

Represents a single frame/axis/decoration line with style, visibility, color, type and width properties. Used by frame sides, grid lines, coordinate label placements and various chart components.

public class PropertyLine : DomItem
Inheritance
PropertyLine
Inherited Members

Properties

Color

Gets or sets the line color expression.

public string Color { get; set; }

Property Value

string

LineType

Gets or sets the line type (engine specific numeric constant).

public string LineType { get; set; }

Property Value

string

Visible

Gets or sets whether the line is visible.

public string Visible { get; set; }

Property Value

string

Width

Gets or sets the line width in 1/1000 mm (unless otherwise documented for specific engines).

public string Width { get; set; }

Property Value

string