Skip to main content

Class AxisRenderResult

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

public sealed class AxisRenderResult

Inheritance

objectAxisRenderResult

Inherited Members

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

Constructors

AxisRenderResult(LayoutRect, IReadOnlyList<AxisVisual>)

public AxisRenderResult(LayoutRect plotArea, IReadOnlyList<AxisVisual> axes)

Parameters

plotArea LayoutRect

axes IReadOnlyList<AxisVisual>

Properties

Axes

public IReadOnlyList<AxisVisual> Axes { get; }

Property Value

IReadOnlyList<AxisVisual>

PlotArea

public LayoutRect PlotArea { get; }

Property Value

LayoutRect