Gets or sets the trellis layer, that is, the data layer that will control trellising.
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public MapChartDataLayer TrellisLayerReference { get; set; }
Property Value
Type: MapChartDataLayerThe trellis layer, or null if none has been set.
Remarks
Examples
C#
var dataLayer = mapChart.Layers[1] as MapChartDataLayer; dataLayer.Visualization.TrellisingFollowsMainLayer = true;
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also