WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapColorScale - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapColorScale

    Represents a color scale for a map.

    Inheritance
    System.Object
    MapSubItem
    MapDockableSubItem
    MapColorScale
    Inherited Members
    MapDockableSubItem.Position
    MapDockableSubItem.DockOutsideViewport
    MapDockableSubItem.Hidden
    MapDockableSubItem.ActionInfo
    MapDockableSubItem.ToolTip
    MapSubItem.Style
    MapSubItem.MapLocation
    MapSubItem.MapSize
    MapSubItem.LeftMargin
    MapSubItem.RightMargin
    MapSubItem.TopMargin
    MapSubItem.BottomMargin
    MapSubItem.ZIndex
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class MapColorScale : MapDockableSubItem

    Constructors

    MapColorScale()

    Declaration
    public MapColorScale()

    MapColorScale(ReportSerializer)

    Declaration
    public MapColorScale(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    ColorBarBorderColor

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

    HideEndLabels

    Declaration
    public bool HideEndLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    LabelBehaviour

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

    LabelFormat

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

    LabelInterval

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

    LabelPlacement

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

    MapColorScaleTitle

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

    NoDataText

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

    RangeGapColor

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

    TickMarkLength

    Declaration
    public Size TickMarkLength { get; set; }
    Property Value
    Type Description
    Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved