Class AverageHighlight
Namespace: FastReport.Olap.Highlight
Assembly: FastCube.Mono.dll
Average highlight.
public class AverageHighlight : GraphicHighlight
Inheritance
object ← CustomHighlight ← GraphicHighlight ← AverageHighlight
Inherited Members
GraphicHighlight.Style, GraphicHighlight.Assign(CustomHighlight), GraphicHighlight.DrawExample(Graphics, Rectangle), GraphicHighlight.DrawValue(Graphics, Rectangle, MeasureCell, ref bool, ref bool), GraphicHighlight.GetStyleFor(MeasureCell), GraphicHighlight.Load(XmlItem), GraphicHighlight.Save(XmlItem), GraphicHighlight.StyleChanged(object, EventArgs), CustomHighlight.owner, CustomHighlight.Changed, CustomHighlight.ApplyTo, CustomHighlight.Caption, CustomHighlight.HideValue, CustomHighlight.Index, CustomHighlight.IsCustomDrawn, CustomHighlight.Owner, CustomHighlight.ScanDirection, CustomHighlight.AcceptCell(MeasureCell), CustomHighlight.Assign(CustomHighlight), CustomHighlight.BeginUpdate(), CustomHighlight.EndUpdate(), CustomHighlight.GetExpressions(), CustomHighlight.Load(XmlItem), CustomHighlight.Save(XmlItem), CustomHighlight.DoChange()
Constructors
AverageHighlight(CustomHighlights)
Creates a new instance.
public AverageHighlight(CustomHighlights owner)
Parameters
owner
CustomHighlights
Fields
ValueConditionStr
Lozalization strings.
public static string[] ValueConditionStr
Field Value
string[]
ValueConditionStrFmt
Lozalization strings.
public static string[] ValueConditionStrFmt
Field Value
string[]
Properties
Caption
Caption for highlight editor
public override string Caption { get; }
Property Value
Condition
Gets or sets condition.
public AverageValueCondition Condition { get; set; }
Property Value
StdDev
Gets or sets standard deviation.
public decimal StdDev { get; set; }
Property Value
Methods
AcceptCell(MeasureCell)
Test whether value passes highlight condition
public override bool AcceptCell(MeasureCell cell)
Parameters
cell
MeasureCell
cell to test
Returns
True - acceps, False - skips
Assign(CustomHighlight)
Copy settings from source highlight
public override void Assign(CustomHighlight source)
Parameters
source
CustomHighlight
Source to copy from
Load(XmlItem)
Loads from xml.
public override void Load(XmlItem item)
Parameters
item
XmlItem
Save(XmlItem)
Saves to xml.
public override void Save(XmlItem item)
Parameters
item
XmlItem
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
A string that represents the current object.