RenderOptionLegend Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for generating a data legend.
public class RenderOptionLegend : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.RenderOptionLegend>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.RenderOptionLegend>
type RenderOptionLegend = class
interface IJsonModel<RenderOptionLegend>
interface IPersistableModel<RenderOptionLegend>
Public Class RenderOptionLegend
Implements IJsonModel(Of RenderOptionLegend), IPersistableModel(Of RenderOptionLegend)
- Inheritance
-
RenderOptionLegend
- Implements
Constructors
| Name | Description |
|---|---|
| RenderOptionLegend() |
Initializes a new instance of RenderOptionLegend. |
Properties
| Name | Description |
|---|---|
| Kind |
Legend type to make,
one of: |
| Labels |
Text labels to display on the legend. |
| ScaleFactor |
A factor to multiply interval legend labels by. Useful for scaled rasters whose colormap definitions map to unscaled values, effectively showing legend labels as scaled values. |
| TrimEnd |
Number of items to trim from the end of the legend. |
| TrimStart |
The number of items to trim from the start of the legend definition. Used if there are values important for rendering (e.g. nodata) that aren't desirable in the legend. |