Interface IScale
Namespace: VelloSharp.Charting.Scales
Assembly: VelloSharp.Charting.dll
Base interface for scale abstractions.
public interface IScale
Properties
ClampToDomain
Gets a value indicating whether inputs are clamped to the domain when projected.
bool ClampToDomain { get; }
Property Value
DomainType
Gets the underlying domain value type.
Type DomainType { get; }
Property Value
Kind
Gets the scale family.
ScaleKind Kind { get; }