menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EqualColorMapping - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EqualColorMapping

    Represents EqualColorMapping. To render this, create an instance of the EqualColorMapping class, and set required properties.

    Inheritance
    System.Object
    ColorMapping
    EqualColorMapping
    Inherited Members
    ColorMapping.Color
    ColorMapping.ColorProperty
    ColorMapping.LegendLabel
    ColorMapping.LegendLabelProperty
    Namespace: Syncfusion.SfMaps.XForms
    Assembly: Syncfusion.SfMaps.XForms.dll
    Syntax
    public class EqualColorMapping : ColorMapping

    Constructors

    EqualColorMapping()

    Initializes a new instance of the EqualColorMapping class. Using this instance, you can set a value for required properties of color mapping.

    Declaration
    public EqualColorMapping()

    Fields

    ValueProperty

    Gets or sets the ColorMapping property value to maps. It applies the color for shapes based on underlying value.

    Declaration
    public static readonly BindableProperty ValueProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Value

    Gets or sets the ColorMapping value to maps. It applies the color for shapes based on underlying value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved