Color used for marking levels


Namespace: PalmSens.Plot.Printing
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LevelColor As Color _
    Implements LinearModelSettings.LevelColor
C#
public Color LevelColor { get; }
C++
public property Color LevelColor sealed  {
    Color get();
}
J#
/** property */
public Color get_LevelColor();
JScript
public function get LevelColor() : Color

Property Value

Missing <value> tag for "P:PalmSens.Plot.Printing.LinearPlotDocument.LevelColor"

Implements

LinearModelSettings.LevelColor

See Also