Color of the axes


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

Syntax

Visual Basic (Declaration)
ReadOnly Property AxesColor As Color
C#
Color AxesColor { get; }
C++
property Color AxesColor abstract  {
    Color get();
}
J#
/** property */
public Color get_AxesColor();
JScript
public function get AxesColor() : Color

Property Value

Missing <value> tag for "P:PalmSens.Plot.AxesModelSettings.AxesColor"

See Also