Skip to main content

Class AxisLayoutRequest

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

Describes desired layout characteristics for an axis.

public sealed class AxisLayoutRequest

Inheritance

objectAxisLayoutRequest

Inherited Members

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

Constructors

AxisLayoutRequest(AxisOrientation, double, double?, double?)

public AxisLayoutRequest(AxisOrientation orientation, double thickness, double? minThickness = null, double? maxThickness = null)

Parameters

orientation AxisOrientation

thickness double

minThickness double?

maxThickness double?

Properties

MaxThickness

public double? MaxThickness { get; }

Property Value

double?

MinThickness

public double? MinThickness { get; }

Property Value

double?

Orientation

public AxisOrientation Orientation { get; }

Property Value

AxisOrientation

Thickness

Desired axis thickness in device independent pixels.

public double Thickness { get; }

Property Value

double