UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapAppearanceRule - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapAppearanceRule

    Represents an appearance rule to be used for map items in a map polygon layer, a map point layer, or a map line layer.

    Inheritance
    System.Object
    MapAppearanceRule
    MapColorRule
    MapMarkerRule
    MapSizeRule
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.SfReportViewer.UWP.dll
    Syntax
    public abstract class MapAppearanceRule : Object

    Constructors

    MapAppearanceRule()

    Declaration
    protected MapAppearanceRule()

    Properties

    BucketCount

    Declaration
    public int BucketCount { get; set; }
    Property Value
    Type Description
    System.Int32

    DataElementName

    Declaration
    public string DataElementName { get; set; }
    Property Value
    Type Description
    System.String

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    DataValue

    Declaration
    public string DataValue { get; set; }
    Property Value
    Type Description
    System.String

    DistributionType

    Declaration
    public string DistributionType { get; set; }
    Property Value
    Type Description
    System.String

    EndValue

    Declaration
    public string EndValue { get; set; }
    Property Value
    Type Description
    System.String

    LegendName

    Declaration
    public string LegendName { get; set; }
    Property Value
    Type Description
    System.String

    LegendText

    Declaration
    public string LegendText { get; set; }
    Property Value
    Type Description
    System.String

    MapBuckets

    Declaration
    public MapBuckets MapBuckets { get; set; }
    Property Value
    Type Description
    MapBuckets

    StartValue

    Declaration
    public string StartValue { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ShouldSerializeDataElementOutput()

    Declaration
    public bool ShouldSerializeDataElementOutput()
    Returns
    Type Description
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved