| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SetAltitudeColors Method SharpPlot.SetAltitudeColors MethodSet an array of colors for use by altitude-shaded plots. If a single color is used, it will be smoothly graded to white. An array of colors will be used as step values, and an equal number of interpolated colors created between each pair. Examplesp.SetAltitudeColors(Color.DarkKhaki); // Good for a landscape mapsp.SetAltitudeColors(new Color[]{Color.Navy,Color.Green,Color.Red,Color.Yellow}); // Typical false-color set Overloads
Altitude shading is supported by the contour plot, and the cloud chart with a fitted response surface. You can also have altitude-shaded markers as a BubbleChart style. |