NatureColorsPalette Members
Represents the Nature Colors palette.Constructors
| Name | Description |
|---|---|
| NatureColorsPalette() | Initializes a new instance of the NatureColorsPalette class with default settings. |
Fields
| Name | Description |
|---|---|
| ScaleModeProperty static | Identifies the ScaleMode dependency property. Inherited from PaletteBase. |
Properties
| Name | Description |
|---|---|
| Count | Returns the count of colors in a palette. Inherited from PaletteBase. |
| Item[Int32] | Provides indexed access to individual items in the palette. Inherited from PaletteBase. |
| Owner | Returns an object’s owner. Inherited from TreeMapDependencyObject. |
| PaletteName | Returns the name of this palette. |
| ScaleMode | Specifies how to distribute colors when the palette contains less colors than the number of chart items. Inherited from PaletteBase. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject. |
See Also