API Reference
SegmentedMetricItem
One item in a segmented metric block.
Inheritance
- Object
- SegmentedMetricItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method SegmentedMetricBlock.AddItem
- Method SegmentedMetricBlock.AddItem
Constructors
SegmentedMetricItem(System.String arg1, System.Double arg2) #Initializes a segmented metric item.
Parameters
- arg1 System.String
- arg2 System.Double
Methods
WithColor(System.Nullable{ChartForgeX.Primitives.ChartColor} arg1) #Sets an explicit item color.
Parameters
- arg1 System.Nullable{ChartForgeX.Primitives.ChartColor}
WithDisplayValue(System.Object arg1, System.String arg2) #Sets optional display text used instead of a derived item value.
Parameters
- arg1 System.Object
- arg2 System.String
WithPattern(ChartForgeX.Core.ChartFillPattern arg1) #Sets the optional fill pattern hint.
Parameters
- arg1 ChartForgeX.Core.ChartFillPattern
WithProgress(System.Double arg1, System.Int32 arg2) #Sets the progress maximum and fixed segment count.
Parameters
- arg1 System.Double
- arg2 System.Int32
WithStatus(ChartForgeX.VisualBlocks.VisualStatus arg1) #Sets the semantic item status.
Parameters
- arg1 ChartForgeX.VisualBlocks.VisualStatus
WithSymbol(System.String arg1) #Sets compact symbol text shown by visual treatments that use symbols.
Parameters
- arg1 System.String
Properties
Label #Gets or sets the item label.
Value #Gets or sets the numeric item value.
Maximum #Gets or sets the maximum for progress-style items.
Segments #Gets or sets the fixed segment count for progress-style items.
Color #Gets or sets an optional item accent color.
Delta #Gets or sets optional delta text.
Symbol #Gets or sets compact symbol text shown in distribution rows.
DisplayValue #Gets or sets optional display text used instead of a derived item value.
Status #Gets or sets the semantic item status.
Pattern #Gets or sets an optional fill pattern hint.