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
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
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
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