Skip to main content

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

bool

DomainType

Gets the underlying domain value type.

Type DomainType { get; }

Property Value

Type

Kind

Gets the scale family.

ScaleKind Kind { get; }

Property Value

ScaleKind