Class AxisRenderResult
Namespace: VelloSharp.Charting.Rendering
Assembly: VelloSharp.Charting.dll
public sealed class AxisRenderResult
Inheritance
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
PlotArea
public LayoutRect PlotArea { get; }