ClassBreak¶
Inheritance Hierarchy¶
Object
ClassBreak
Members Summary¶
Public Constructors Summary¶
Name |
---|
ClassBreak() |
ClassBreak(Double,AreaStyle) |
ClassBreak(Double,PointStyle) |
ClassBreak(Double,LineStyle) |
ClassBreak(Double,TextStyle) |
ClassBreak(Double,Collection<Style>) |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
CustomStyles | Collection<Style > | This property gets a collection of custom styles used to draw the class break. |
DefaultAreaStyle | AreaStyle | This property gets and sets the default AreaStyle used to draw the class break. |
DefaultLineStyle | LineStyle | This property gets and sets the default LineStyle used to draw the class break. |
DefaultPointStyle | PointStyle | This property gets and sets the default PointStyle used to draw the class break. |
DefaultTextStyle | TextStyle | This property gets and sets the default TextStyle used to draw the class break. |
Value | Double | This property get and sets the break value. |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Name |
---|
Equals(Object) |
GetHashCode() |
GetType() |
ToString() |
Protected Methods Summary¶
Name |
---|
Finalize() |
MemberwiseClone() |
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
N/A | N/A | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
ClassBreak() |
ClassBreak(Double,AreaStyle) |
ClassBreak(Double,PointStyle) |
ClassBreak(Double,LineStyle) |
ClassBreak(Double,TextStyle) |
ClassBreak(Double,Collection<Style>) |
Protected Constructors¶
Public Properties¶
CustomStyles
¶
Summary
This property gets a collection of custom styles used to draw the class break.
Remarks
If you set these styles, then when the data for a feature is within the current break it will use this style to draw. If you do not wish to use the default style properties, then you can use this collection to specify any types of styles you want to use.
Return Value
Collection<Style
>
DefaultAreaStyle
¶
Summary
This property gets and sets the default AreaStyle used to draw the class break.
Remarks
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.
Return Value
DefaultLineStyle
¶
Summary
This property gets and sets the default LineStyle used to draw the class break.
Remarks
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.
Return Value
DefaultPointStyle
¶
Summary
This property gets and sets the default PointStyle used to draw the class break.
Remarks
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.
Return Value
DefaultTextStyle
¶
Summary
This property gets and sets the default TextStyle used to draw the class break.
Remarks
If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines then you should use the DefaultLineStyle.
Return Value
Value
¶
Summary
This property get and sets the break value.
Remarks
This value determines where the break is in the ClassBreakStyle. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.
Return Value
Double
Protected Properties¶
Public Methods¶
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |