[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.Parse

Parse Method

Parse(IPropertyBag, string, LineStyle)

Collects LineStyle instance from IPropertyBag using the given substitution.

Declaration
public static LineStyle Parse(IPropertyBag properties, string substitution, LineStyle defaultValue)
Parameters
Type Name Description
IPropertyBag properties

property collections represented by IPropertyBag

string substitution

substitution to resolve a full name of property

LineStyle defaultValue

the default value will be returned if properties do not contain line style values

Returns
Type Description
LineStyle