SankeyViewOptions Members
Contains view options of the Sankey diagram.Constructors
| Name | Description |
|---|---|
| SankeyViewOptions() | Initializes a new instance of the SankeyViewOptions class. |
Fields
| Name | Description |
|---|---|
| LinkTransparencyProperty static | Identifies the LinkTransparency dependency property. |
| NodeWidthProperty static | Identifies the NodeWidth dependency property. |
| VerticalNodeIndentProperty static | Identifies the VerticalNodeIndent dependency property. |
Properties
| Name | Description |
|---|---|
| LinkTransparency | Gets or sets the Sankey link‘s transparency. |
| NodeWidth | Gets or sets the Sankey node‘s width. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
| VerticalNodeIndent | Specifies the vertical indent between Sankey nodes. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also