Class AxisRenderSurface
Namespace: VelloSharp.Charting.Axis
Assembly: VelloSharp.Charting.dll
Output of the axis composition process with plot area and axis models.
public sealed class AxisRenderSurface
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
AxisRenderSurface(LayoutRect, IReadOnlyList<AxisRenderModel>)
public AxisRenderSurface(LayoutRect plotArea, IReadOnlyList<AxisRenderModel> axes)
Parameters
plotArea
LayoutRect
axes
IReadOnlyList<AxisRenderModel>
Properties
Axes
public IReadOnlyList<AxisRenderModel> Axes { get; }
Property Value
IReadOnlyList<AxisRenderModel>
PlotArea
public LayoutRect PlotArea { get; }