FormStartPosition is an option to DoNETModal, DoNETModeless, ShowNETWindow, and ShowNETConsole that controls the onscreen location of the form when it first appears.
Introduction Calling .NET from Mathematica Calling Mathematica from .NET
"Graphics and Sound" discusses how to use functions like Plot and ListPlot to plot graphs of functions and data. This tutorial discusses how Mathematica represents such ...
LegendSize is an option for Legend which specifies the size of a legend box.
BoxLabels is an option for BoxWhiskerPlot which specifies labels to be given for each of the datasets.
ChartLegends is an option for charting functions that specifies what legends should be used for chart elements.
InverseRadon[image] gives the inverse discrete Radon transform of image.InverseRadon[image, {w, h}] specifies the width w and the height h of the resulting image.
PixelValue[image, {x, y}] gives the pixel value of image at position {x, y}.PixelValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
SphericalHankelH2[n, z] gives the spherical Hankel function of the second kind h_n^(2)(z).