Gets the C1OlapConditionalFieldStyle used to display low values.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public C1OlapConditionalFieldStyle StyleLow { get; }
Visual Basic
Public ReadOnly Property StyleLow As C1OlapConditionalFieldStyle
	Get

Remarks

This property allows you to apply conditional formatting to a field, making certain values stand out when displayed to the user.

For an example, see the StyleHigh property.

See Also