See other catalogues for
The MathWorks
You may also be interested in
Text version of the page
| | | | | | | | | | | | | |
| | | |
| | | Surface Properties | | |
| | | |
| | | Control the display of surface objects in legends.The Annotation property enables you to specify whether this surface object is represented in a figure legend. Querying the Annotation property returns the handle of an hg.Annotation object. The hg.Annotation object has a property called LegendInformation, which contains an hg. LegendEntry object. | | |
| | | |
| | | Once you have obtained the hg.LegendEntry object, you can set its IconDisplayStyle property to control whether the surface object is displayed in a figure legend: | | |
| | | |
| | | | | | | | | | IconDisplayStyle Value | > Purpose | | | | on | Represent this surface object in a legend (default) | | | | off | Do not include this surface object in a legend | | | | children | Same as on because surface objects do not have children | | | | | | | | | |
| | | |
| | | Setting the IconDisplayStyle property These commands set the IconDisplayStyle of a graphics object with handle hobj to off: hAnnotation = get(hobj,'Annotation'); hLegendEntry = get(hAnnotation','LegendInformation'); set(hLegendEntry,'IconDisplayStyle','off') Using the IconDisplayStyle property See "Controlling Legends" for more information and examples. BackFaceLighting unlit | lit | reverselit | | |
| | | |
| | | 2-3285 | | |
| | | |
| | | | | | | | | | | | | |