SampleSpacing Property

The SampleSpacing property returns or sets the gap between samples in a legend. Returns a double.

Syntax

object.SampleSpacing

object.SampleSpacing = SampleSpacing

Parameter

Type

Description

SampleSpacing

Double

Sets/returns the gap distance between samples in page

Example

This example demonstrates how to return set the sample spacing to .1.

SymbologyLegend.SampleSpacing = .1

Used by: PostLegend object, SymbologyLegend object, VectorLegend object