API Reference
ChartTableCell
Describes one chart table cell.
Inheritance
- Object
- ChartTableCell
Constructors
Methods
FromValue(System.Object arg1, System.String arg2) #Creates a cell from any value.
Parameters
- arg1 System.Object
- arg2 System.String
WithBadge(System.String arg1, ChartForgeX.VisualBlocks.VisualStatus arg2, System.Nullable{ChartForgeX.Primitives.ChartColor} arg3, ChartForgeX.VisualBlocks.VisualBadgeStyle arg4) #Sets a compact badge for this table cell.
Parameters
- arg1 System.String
- arg2 ChartForgeX.VisualBlocks.VisualStatus
- arg3 System.Nullable{ChartForgeX.Primitives.ChartColor}
- arg4 ChartForgeX.VisualBlocks.VisualBadgeStyle
WithMiniBars(System.Collections.Generic.IEnumerable{System.Double} arg1, System.Nullable{System.Double} arg2, System.Nullable{System.Double} arg3, System.Nullable{ChartForgeX.Primitives.ChartColor} arg4) #Sets compact mini bars for this table cell.
Parameters
- arg1 System.Collections.Generic.IEnumerable{System.Double}
- arg2 System.Nullable{System.Double}
- arg3 System.Nullable{System.Double}
- arg4 System.Nullable{ChartForgeX.Primitives.ChartColor}
WithSparkline(System.Collections.Generic.IEnumerable{System.Double} arg1, System.Nullable{System.Double} arg2, System.Nullable{System.Double} arg3, System.Nullable{ChartForgeX.Primitives.ChartColor} arg4) #Sets a compact sparkline for this table cell.
Parameters
- arg1 System.Collections.Generic.IEnumerable{System.Double}
- arg2 System.Nullable{System.Double}
- arg3 System.Nullable{System.Double}
- arg4 System.Nullable{ChartForgeX.Primitives.ChartColor}
Properties
MicroVisualKind #Gets the configured cell microvisual kind.
MicroVisualValues #Gets microvisual values.
MicroVisualMinimum #Gets or sets an optional microvisual minimum.
MicroVisualMaximum #Gets or sets an optional microvisual maximum.
MicroVisualColor #Gets or sets an optional microvisual color.
BadgeText #Gets optional compact badge text.
BadgeStatus #Gets or sets optional badge status.
BadgeStyle #Gets or sets optional badge style.
BadgeColor #Gets or sets an optional badge color override.
Text #Gets or sets the cell text.
Alignment #Gets or sets an optional text alignment override.
Foreground #Gets or sets an optional foreground color override.
Background #Gets or sets an optional background color override.
Status #Gets or sets an optional explicit status.