예제 #1
0
 public static PlotModel Plasma()
 {
     return(HeatMapSeriesExamples.CreatePeaks(OxyPalettes.Plasma(), false));
 }
 public static PlotModel ColorMapPlasma()
 {
     return(CreateRandomScatterSeriesWithColorAxisPlotModel(2500, OxyPalettes.Plasma(), MarkerType.Square, AxisPosition.Right, OxyColors.Undefined, OxyColors.Undefined));
 }