Skip to main content

Class ChartLayoutResult

Namespace: VelloSharp.Charting.Layout
Assembly: VelloSharp.Charting.dll

Represents the computed layout for a chart viewport.

public sealed class ChartLayoutResult

Inheritance

objectChartLayoutResult

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

IReadOnlyList<AxisLayout>

PlotArea

Gets the plot area where series content should be rendered.

public LayoutRect PlotArea { get; }

Property Value

LayoutRect