NamespaceSystemLibrary.Common.Framework
SliceOption
public class SliceOption
Inheritance
object
SliceOption
Background color for the slice, pass either rgb, hex or a default predefined browser color name
Example 1: rgb(255, 100, 100)
Example 2: #FF6464
Example 3: red
Type | Description |
---|---|
string |
Order of the slice in the pie chart
Note: order 0 is first, then it increases and renders slices clockwise. An order of 9999999 will use a sort order based on Count, highest first
Type | Description |
---|---|
int |
Use the same segment text that you used when invoking Metric.Inc() to color and order it, or set segment to null to set a default color in the pie chart
Type | Description |
---|---|
string |
}