[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle

LineStyle Class

Represents the type of line style.

Inheritance
LineStyle
Namespace: GrapeCity.ActiveReports.Rendering.Components.Dashboard
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class LineStyle

Constructors

Name Description
LineStyle(Color, Length)

Initializes a new instance of the LineStyle class with the specified color and width.

Fields

Name Description
ColorPropertyName
WidthPropertyName

Properties

Name Description
LineColor

Gets the color of the current line.

LineWidth

Gets the width of the current line.

Methods

Name Description
Parse(IPropertyBag, string, LineStyle)

Collects LineStyle instance from IPropertyBag using the given substitution.

Extension Methods