API Reference
Class
RadialMetricCard
A KPI card with one or more radial progress layers around a central metric.
Inheritance
- Object
- RadialMetricCard
Methods
AddLayer 2 overloads
AddLayer(ChartForgeX.Core.ChartRadialLayer arg1) #Adds one radial layer.
Parameters
- arg1 ChartForgeX.Core.ChartRadialLayer
AddLayer(System.String arg1, System.Double arg2, System.Double arg3, System.Double arg4, System.Nullable{ChartForgeX.Primitives.ChartColor} arg5, System.Func{ChartForgeX.Core.ChartRadialLayer,ChartForgeX.Core.ChartRadialLayer} arg6) #Adds one radial layer and optionally configures its geometry and styling.
Parameters
- arg1 System.String
- arg2 System.Double
- arg3 System.Double
- arg4 System.Double
- arg5 System.Nullable{ChartForgeX.Primitives.ChartColor}
- arg6 System.Func{ChartForgeX.Core.ChartRadialLayer,ChartForgeX.Core.ChartRadialLayer}
Create() #Creates a new radial metric card.
WithIcon(ChartForgeX.VisualBlocks.VisualIcon arg1) #Sets an optional built-in icon rendered above the center metric.
Parameters
- arg1 ChartForgeX.VisualBlocks.VisualIcon
WithLayers 2 overloads
WithLayers(System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartRadialLayer} arg1) #Replaces all radial layers.
Parameters
- arg1 System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartRadialLayer}
WithLayers(System.Func{ChartForgeX.Core.ChartRadialLayers,ChartForgeX.Core.ChartRadialLayers} arg1) #Replaces all radial layers using a fluent layer collection builder.
Parameters
- arg1 System.Func{ChartForgeX.Core.ChartRadialLayers,ChartForgeX.Core.ChartRadialLayers}
WithMetric(System.String arg1, System.Object arg2, System.String arg3) #Sets the primary center metric label and value.
Parameters
- arg1 System.String
- arg2 System.Object
- arg3 System.String