SankeyPaletteColorizer Members
A colorizer that uses a palette to color nodes of the Sankey Diagram Control.Constructors
| Name | Description |
|---|---|
| SankeyPaletteColorizer() | Initializes a new instance of the SankeyPaletteColorizer class. |
Fields
| Name | Description |
|---|---|
| LinkBrushProperty static | Identifies the LinkBrush dependency property. |
| PaletteProperty static | Identifies the Palette dependency property. |
Properties
| Name | Description |
|---|---|
| LinkBrush | Specifies the Sankey link color. |
| Palette | Gets or sets the palette that contains colors for the SankeyPaletteColorizer. |
| TypeNameSerializable | For internal use only. |
Methods
| Name | Description |
|---|---|
| GetLinkSourceColor(SankeyLink) | Returns the Sankey link source color. |
| GetLinkTargetColor(SankeyLink) | Returns the Sankey link target color. |
| GetNodeColor(SankeyNode) | Returns the Sankey node color. |
See Also