Nevron .NET Vision
Nevron.Chart Namespace / NPalette Class
Properties Methods


In This Topic
    NPalette Class Members
    In This Topic

    The following tables list the members exposed by NPalette.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets an array of colors that are used for the automatic palette. Valid only if AutomaticPalette is set to true.  
    Public PropertyGets the number of palette items contained in the NPalette object.  
    Public PropertyThe custom max value  
    Public PropertyThe custom min value  
    Public PropertyWhether the custom max value should be used  
    Public PropertyWhether the custom min value should be used  
    Public PropertyWhen set to true the heat map will use an automatically generated palette, based on the AutoPaletteColors  
    Public PropertyGets or sets the color used to visualize negative values  
    Public PropertyControls the number of entries in the automatic palette if the SyncPaletteWithAxisScale is set to false. Valid only if AutomaticPalette is set to true.  
    Public PropertyGets or sets the color used to visualize positive values  
    Public PropertyWhen this property is enabled the zone colors gradate smoothly from one to another.  
    Public PropertyGets or sets the color used to visualize zero values  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item with the spesified color and value to the palette. If an item with the same value already exists in the palette, it is replaced by the new one. Note that internally the component sorts the palette in ascending order so that you don't have to worry about the sequence in which you insert items.  
    Public MethodRemoves all palette items from the palette.  
    Public MethodOverridden. Creates an identical copy of this palette object.  
    Public MethodOverridden.   
    Public MethodCalled to create any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NAttribute)
    Public MethodOverloaded. Gets the color for the specified value  
    Public MethodGets the effective value / color pairs of the palette.  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    Public MethodCreates a user control which can be used for this object visual editing  
    Public MethodCalled to perform a history action (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state has changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state is about to be changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NAttribute)
    Public MethodRemoves a palette item with the specified value.  
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changed handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changing handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords an action (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely records a custom operation in the history service to which the attribute is connected (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Records the entire state of the attribute (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed and locks the history service. Pair it with the EndProperty method. (Inherited from Nevron.Dom.NAttribute)
    Protected MethodStarts a new transaction (Inherited from Nevron.Dom.NAttribute)
    Top
    See Also