Click or drag to resize

IChartGridLine Interface

Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface IChartGridLine

The IChartGridLine type exposes the following members.

Properties
Name Description
Public property Alignment
Gets or sets the line alignment. Read/write PenAlignmentType .
Public property CapStyle
Gets or sets the line cap style. Read/write LineCapStyle .
Public property DashStyle
Gets or sets the line dash style. Read/write LineDashStyleType .
Public property FillFormat
Gets the fill format of a line. Read-only LineFillFormat .
Public property FillType
Gets or sets the fill format type.
Public property Gradient
Gets the Gradient fill format. Read-only Pattern .
Public property JoinStyle
Gets or sets the lines join style. Read/write LineJoinType .
Public property LineBeginLength
Gets or sets the arrowhead length at the beginning of a line. Read/write LineEndLength .
Public property LineBeginType
Gets or sets the arrowhead style at the beginning of a line. Read/write LineEndType .
Public property LineBeginWidth
Gets or sets the arrowhead width at the beginning of a line. Read/write LineEndWidth .
Public property LineEndLength
Gets or sets the arrowhead length at the end of a line. Read/write LineEndLength .
Public property LineEndType
Gets or sets the arrowhead style at the end of a line. Read/write LineEndType .
Public property LineEndWidth
Gets or sets the arrowhead width at the end of a line. Read/write LineEndWidth .
Public property MiterLimit
Gets or sets the miter limit of a line. Read/write Single .
Public property Pattern
Gets the pattern fill format. Read-only Pattern .
Public property RotateWithShape
Indicates whether the fill should be rotated with a shape. Read/write TriState .
Public property SolidFillColor
Gets the color of a solid fill. Read-only ColorFormat .
Public property Style
Gets or sets the line style. Read/write TextLineStyle .
Public property Width
Gets or sets the width of a line. Read/write Double .
Top
See Also