Class ChartLayoutResult
Namespace: VelloSharp.Charting.Layout
Assembly: VelloSharp.Charting.dll
Represents the computed layout for a chart viewport.
public sealed class ChartLayoutResult
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Axes
Gets the computed axis layouts.
public IReadOnlyList<AxisLayout> Axes { get; }
Property Value
PlotArea
Gets the plot area where series content should be rendered.
public LayoutRect PlotArea { get; }