AxisScaleTool Class

Source: SignalToolsTee.cs · Assembly: Dew.Signal.Tee
ToolAxisAxisScaleTool

public class AxisScaleTool : ToolAxis

TeeTool extends the scaling capabalities of the axes on a TChart. Use this component to add more options to the default axis scaling provided by TeeChart. The tool allows you to define top and bottom margins for any axis and a "peak hold" behaviour.

Properties

NameTypeDescription
AxisScaleModeAxisScaleModeDefines how this TeeTool will affect the scaling of the axis.
DataIsSpectrumBooleanHelps when switching between logarithmic scales. If AxisScaleTool is used as on the left axis of the frequency spectrum, checking this property will reset the axis PeakHold scaling when switching between linear and logarithmic scales.
DescriptionString
LowerMarginInt32Specifies lower margin. Defines the lower margin on the axis as a percentage of the total span of the values across all displayed series.
SummaryString
UpperMarginInt32Specifies upper margin. Defines the upper margin on the axis as a percentage of the total span of the values across all displayed series.}

Methods

NameDescription
ctor (3)
ResetResets peak hold mode.