Class AxisLayoutRequest
Namespace: VelloSharp.Charting.Layout
Assembly: VelloSharp.Charting.dll
Describes desired layout characteristics for an axis.
public sealed class AxisLayoutRequest
Inheritance
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
MinThickness
public double? MinThickness { get; }
Property Value
Orientation
public AxisOrientation Orientation { get; }
Property Value
Thickness
Desired axis thickness in device independent pixels.
public double Thickness { get; }