SymbolReferenceProperties QML Type

  • Esri.ArcGISRuntime
  • SymbolReferenceProperties
  • Symbol properties that change how symbols behave when attached to a renderer. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.13
    Inherits:

    Object

    Properties

    Signals

    Detailed Description

    SymbolReferenceProperties contains conditional properties that are not used directly by the symbol, but rather by the renderer to change how a symbol is visualized based on the state of the view and the data. For example, minScale and maxScale will be used by class breaks and unique value renderers to determine if a symbol break or unique value is visible at a certain scale. Additional symbols can be assigned as alternate symbols for the renderers. This allows the map author to control which symbol is displayed at certain scales.

    Property Documentation

    maxScale : double

    The maximum scale at which the symbol will be visible.

    This is the scale at which the symbol stops rendering. The default value is 0.


    minScale : double

    The minimum scale at which the symbol will be visible.

    This is the scale at which the symbol stops rendering. The default value is 0.


    Signal Documentation

    maxScaleChanged()

    Emitted when the maxScale property changes.

    Note: The corresponding handler is onMaxScaleChanged.


    minScaleChanged()

    Emitted when the minScale property changes.

    Note: The corresponding handler is onMinScaleChanged.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.