Font of the axes


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

Syntax

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

Property Value

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

See Also