Have you specified your sampling frequency (fs)? If not, when you use the Sine Waveform.vi, the value will by default be 1000 Hz and due to the Nyquist limit that tells you that you cannot generate a tone above half the sample rate (500 Hz), you'll not be able to generate 15 kHz. Also the signal "may" look distorded above 100 Hz because you get too few samples per period.
Try to create a control for to the sampling info input and select for example fs = 500 kHz and number of samples (#s) = 200. You should get a 15 kHz signal with 6 periods.