RenderOptionLegend.ScaleFactor Property
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.
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.
public float? ScaleFactor { get; set; }
member this.ScaleFactor : Nullable<single> with get, set
Public Property ScaleFactor As Nullable(Of Single)