当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


JavaScript ArcGIS PointCloudClassBreaksRenderer.legendOptions用法及代码示例


基本信息

以下是所在类或对象的基本信息。

AMD: require(["esri/renderers/PointCloudClassBreaksRenderer"], (PointCloudClassBreaksRenderer) => { /* code goes here */ });

ESM: import PointCloudClassBreaksRenderer from "@arcgis/core/renderers/PointCloudClassBreaksRenderer";

类: esri/renderers/PointCloudClassBreaksRenderer

继承: PointCloudClassBreaksRenderer > PointCloudRenderer > Accessor

自从:用于 JavaScript 4.2 的 ArcGIS API

用法说明

PointCloudClassBreaksRenderer.legendOptions函数(或属性)的定义如下:

legendOptions Object


自从:ArcGIS 适用于 JavaScript 4.6 的 API

一个对象,提供用于在图例中显示渲染器的选项。

属性:
类型说明
title String
可选的

说明驱动可视化的变量。这在 Legend 中显示为相应渲染器的标题,并且优先于 field alias

例子:

renderer.legendOptions = {
  title: "Density"
};

相关用法


注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 PointCloudClassBreaksRenderer.legendOptions。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。