API Reference
Class
ChartArtifactRendering
Provides product-neutral visual artifact wrappers for renderer-independent charts.
Inheritance
- Object
- ChartArtifactRendering
Methods
ToVisualArtifact(ChartForgeX.Core.Chart chart, System.String id, ChartForgeX.VisualArtifacts.VisualArtifactKind kind, ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage sourceLanguage) #Wraps a ChartForgeX chart in a visual artifact envelope.
Parameters
- chart ChartForgeX.Core.Chart
- The chart model.
- id System.String
- Optional stable artifact identifier.
- kind ChartForgeX.VisualArtifacts.VisualArtifactKind
- The artifact family to report.
- sourceLanguage ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage
- The source language that produced the chart.
Returns
A visual artifact envelope backed by the chart model.