Visit Gigasoft's Web Site
 ProEssentials v9 Help

SetExtraAxisTX

Scope

Pesgo

 

public void PeFunction.SetExtraAxisTX (
     float min,
     float max,
     string label,
     float manualLine,
     float manualTick,
     string format,
     ProEssentials.Enums.ShowAxis showAxis,
     ProEssentials.Enums.ShowTickMarks showTickMarks,
     bool inverted,
     bool logScale,
     Color color )

Parameter

Description

min

Sets minimum range of axis.

max

Sets maximum range of axis.

label

Sets axis label.

manualLine

Sets optional grid line density. Set zero for automatic construction.

manualTick

Sets optional grid tick density. Set zero for automatic construction.

format

Sets optional format string. See AxisFormatX for more info.

showAxis

Sets ShowAxis state. See ShowXAxis for more info.

showTickMarks

Sets ShowTick state. See ShowTickMarkX for more info.

inverted

Sets Inverted state. See InvertedXAxis for more info.

logScale

Sets Log state. False = Linear scaling, True = Log scaling.

color

Sets axis color.

This function is used to manage extra top x axes. These axes are not directly related to data and are purely visual items. If you want to plot data with respect to these extra scales, then the data will need to be normalized with respect to the first top x axis scale. Before calling this function, set WorkingAxis to the axis index (0 through 4) for the appropriate axis if using more than one extra top x axis.

 

See example 130 within demo for more information.

 

Comments

PeFunction.SetExtraAxisTX members of Pesgo.PeFunction

 

See also: GetExtraAxisTX, GetExtraAxisX