Skip to main content

Class ChartOverlayRenderer

Namespace: VelloSharp.Charting.Rendering
Assembly: VelloSharp.Charting.dll

public sealed class ChartOverlayRenderer : IDisposable

Inheritance

objectChartOverlayRenderer

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Render(Scene, ChartFrameMetadata, double, double, double, ChartTheme, LegendDefinition?, ChartComposition?, IReadOnlyList<ChartAnnotation>?, bool)

public void Render(Scene scene, ChartFrameMetadata metadata, double width, double height, double devicePixelRatio, ChartTheme theme, LegendDefinition? legendDefinition = null, ChartComposition? composition = null, IReadOnlyList<ChartAnnotation>? annotations = null, bool renderAxes = true)

Parameters

scene Scene

metadata ChartFrameMetadata

width double

height double

devicePixelRatio double

theme ChartTheme

legendDefinition LegendDefinition?

composition ChartComposition?

annotations IReadOnlyList<ChartAnnotation>?

renderAxes bool