[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineColorScaleStop

RulesEngineColorScaleStop Class

Contains information about a stop used in RulesEngineColorScaleRule.

Inheritance
RulesEngineColorScaleStop
Implements
IXmlSerializable
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
public class RulesEngineColorScaleStop : IXmlSerializable
Public Class RulesEngineColorScaleStop
    Implements IXmlSerializable

Constructors

Name Description
RulesEngineColorScaleStop()

Properties

Name Description
Color

Gets or sets the color used to interpolate the value of the item and determine the background.

Value

The value used to interpolate the item value.

ValueType

The type of value in Value property.

Methods

Name Description
OnStopChanged()

Called when the definition of the stop changes.

Events

Name Description
StopChanged

Raised when the definition of the stop changes.