Table of Contents

Class PropertyGridLines

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

Represents grid line styling (visibility, color, line type, width) for chart axes.

public class PropertyGridLines : DomItem
Inheritance
PropertyGridLines
Inherited Members

Properties

Color

Gets or sets the grid line color.

public string Color { get; set; }

Property Value

string

LineType

Gets or sets the line type.

public string LineType { get; set; }

Property Value

string

Visible

Gets or sets whether grid lines are visible.

public string Visible { get; set; }

Property Value

string

Width

Gets or sets the line width.

public string Width { get; set; }

Property Value

string