Enum VisualizationLibrary.VisualizationType
The different types of visualizations.
Namespace: Phoenix.Polaris.Visualizations
Assembly: Phoenix.Plugin.Polaris.dll
Syntax
public enum VisualizationType
Fields
Name | Description |
---|---|
BarChart | A bar chart. (Horizontal) |
ColumnChart | A column chart. (Vertical) |
Compass | Add objects to the Recommendation Set compass. |
CompassPlayer | Add player data to the Recommendation Set compass. |
Console | A console. |
Error | An error visual, in case a visual failed to be created. |
PieChart | A pie chart. |
Table | A table. |
TimelineChart | A timeline chart. |