GetLegendOptions 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.
Options for the getLegend operation.
public class GetLegendOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetLegendOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetLegendOptions>
type GetLegendOptions = class
interface IJsonModel<GetLegendOptions>
interface IPersistableModel<GetLegendOptions>
Public Class GetLegendOptions
Implements IJsonModel(Of GetLegendOptions), IPersistableModel(Of GetLegendOptions)
- Inheritance
-
GetLegendOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetLegendOptions(String) |
Initializes a new instance of GetLegendOptions. |
Properties
| Name | Description |
|---|---|
| ColorMapName |
The name of the registered colormap to generate a legend for. |
| Height |
The output height of the legend image. |
| TrimEnd |
Number of items to trim from the end of the cmap. |
| TrimStart |
Number of items to trim from the start of the cmap. |
| Width |
The output width of the legend image. |