API Reference
Class
ChartRadialLayers
Fluent collection for layered radial chart and radial metric card layers.
Inheritance
- Object
- ChartRadialLayers
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 Chart.AddLayeredRadial
- Method RadialMetricCard.WithLayers
Methods
Add 2 overloads
Add(ChartForgeX.Core.ChartRadialLayer arg1) #Adds one existing layer.
Parameters
- arg1 ChartForgeX.Core.ChartRadialLayer
Add(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 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 an empty radial layer collection.
GetEnumerator() #Gets a collection enumerator.