[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReferenceLine

ReferenceLine Class

Defines the properties for the reference line in a chart.

Inheritance
ReferenceLine
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ReferenceLine : IValidateable

Constructors

Name Description
ReferenceLine()
<p>Initializes a new instance of the <xref href="GrapeCity.ActiveReports.PageReportModel.ReferenceLine?text=ReferenceLine" data-throw-if-not-resolved="false"></xref> class.

Properties

Name Description
LegendLabel

Gets or sets the string to insert in to the legend for the reference line.

Style
<p>Gets or sets the line style properties for the reference line.
Value

Gets or sets the ExpressionInfo to evaluate to determine the location of the reference line.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the ReferenceLine object.

Extension Methods