User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.classbreak

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.classbreak [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightcore.classbreak [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.ClassBreak ====== ====== ThinkGeo.MapSuite.SilverlightCore.ClassBreak ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This class represents a single class break.
-<!-- Class -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.ClassBreak]]+    ***ThinkGeo.MapSuite.SilverlightCore.ClassBreak**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ClassBreak() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ClassBreak()|ClassBreak]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClassBreak(Double,​ AreaStyle)|ClassBreak]] ​  | Double, [[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClassBreak(Double,​ PointStyle)|ClassBreak]] ​  | Double, [[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClassBreak(Double,​ LineStyle)|ClassBreak]] ​  | Double, [[ThinkGeo.MapSuite.SilverlightCore.LineStyle|LineStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClassBreak(Double,​ TextStyle)|ClassBreak]] ​  | Double, [[ThinkGeo.MapSuite.SilverlightCore.TextStyle|TextStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClassBreak(Double,​ Collection<​Style>​)|ClassBreak]] ​  | Double, Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Style|Style]]> ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This is the class constructor.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //If you use this default constructor,​ then you should set the properties manually.//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​AreaStyle) **
  
 +  * //This is the class constructor.//​
 +== Remarks ==
 +  * //This overload allows you to pass in a break value and an AreaStyle to use.//
 +== Parameters ==
 +  * //value//
 +    * Type:Double
 +    * Description:​The parameter represents the break value.
 +
 +  * //​areaStyle//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]]
 +    * Description:​This parameter is the AreaStyle you want to use to represent this break.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​PointStyle) **
 +
 +  * //This is the class constructor.//​
 +== Remarks ==
 +  * //This overload allows you to pass in a break value and a Point to use.//
 +== Parameters ==
 +  * //value//
 +    * Type:Double
 +    * Description:​The parameter represents the break value.
 +
 +  * //​pointStyle//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]]
 +    * Description:​This parameter is the PointStyle you want to use to represent this break.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​LineStyle) **
 +
 +  * //This is the class constructor.//​
 +== Remarks ==
 +  * //This overload allows you to pass in a break value and a LineStyle to use.//
 +== Parameters ==
 +  * //value//
 +    * Type:Double
 +    * Description:​The parameter represents the break value.
 +
 +  * //​lineStyle//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineStyle|LineStyle]]
 +    * Description:​This parameter is the LineStyle you want to use to represent this break.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​TextStyle) **
 +
 +  * //This is the class constructor.//​
 +== Remarks ==
 +  * //This overload allows you to pass in a break value and a TextStyle to use.//
 +== Parameters ==
 +  * //value//
 +    * Type:Double
 +    * Description:​The parameter represents the break value.
 +
 +  * //​textStyle//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.TextStyle|TextStyle]]
 +    * Description:​This parameter is the TextStyle you want to use to represent this break.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​Collection<​Style>​) **
 +
 +  * //This is the class constructor.//​
 +== Remarks ==
 +  * //This overload allows you to pass in a break value and a collection of TextStyles to use.//
 +== Parameters ==
 +  * //value//
 +    * Type:Double
 +    * Description:​The parameter represents the break value.
 +
 +  * //​customStyles//​
 +    * Type:​Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Style|Style]]>​
 +    * Description:​This parameter is the TextStyles you want to use to represent this break.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​CustomStyles|CustomStyles]] ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Style|Style]]> ​  ​| ​   |    | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​DefaultAreaStyle|DefaultAreaStyle]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DefaultLineStyle|DefaultLineStyle]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineStyle|LineStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DefaultPointStyle|DefaultPointStyle]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DefaultTextStyle|DefaultTextStyle]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.TextStyle|TextStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Value|Value]] ​  | Double ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== ClassBreak() ==== +  ​Type:Boolean 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== ClassBreak(Double,​ AreaStyle) ==== +  ​* //obj// 
-=== Parameters ​=== +    ​* Type:Object 
- Name ^  Type ^  Description ^ +    ​* Description:​N/​A
-| value   | Double<​!-- System.Double --> ​  ​| ​   | +
-| areaStyle ​  | [[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.SilverlightCore.AreaStyle --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></​div
-==== ClassBreak(Double,​ PointStyle) ==== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| value   | Double<!-- System.Double --  |    | +
-| pointStyle ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointStyle --> ​  ​| ​   ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== ClassBreak(Double,​ LineStyle) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| value   | Double<​!-- System.Double --> ​  ​| ​   | +
-| lineStyle ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineStyle|LineStyle]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineStyle --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== ClassBreak(Double,​ TextStyle) ​==== +  ​Type:Int32 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| value   | Double<​!-- System.Double --> ​  ​| ​   | +
-| textStyle ​  | [[ThinkGeo.MapSuite.SilverlightCore.TextStyle|TextStyle]]<​!-- ThinkGeo.MapSuite.SilverlightCore.TextStyle --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== ClassBreak(Double,​ Collection<​Style>​) ==== +<div newline></div> 
-=== Parameters ​=== +** {{wiki:​PublicMethod.gif|}GetType() **
-^  Name ^  Type ^  Description ^ +
-| value   | Double<!-- System.Double --  |    | +
-| customStyles ​  | Collection<[[ThinkGeo.MapSuite.SilverlightCore.Style|Style]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Style--> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +  * //N/A//
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Type 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetHashCode() ​==== +==== Protected Methods ​==== 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Object 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +==== Public Properties ​==== 
-==== Finalize() ​==== +** {{wiki:​PublicProperty.gif|}} Value **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +This property get and sets the break value. 
-^  Name ^  ​Type ​^  Description ^+== 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 == 
 +  ​Type:Double
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} DefaultAreaStyle **
-[[#​Protected Methods|Go Back]] +
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +This property gets and sets the default AreaStyle used to draw the class break. 
-^  Name ^  ​Type ​^  Description ^+== 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 == 
 +  ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]]
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} DefaultLineStyle **
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== CustomStyles ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Style|Style]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Style--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ClassBreak --> +This property gets and sets the default LineStyle used to draw the class break
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DefaultAreaStyle ==== +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 === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.LineStyle|LineStyle]]
-[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.SilverlightCore.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ClassBreak --> +** {{wiki:​PublicProperty.gif|}} DefaultPointStyle **
-[[#Public Properties|Go Back]] +
-==== DefaultLineStyle ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineStyle|LineStyle]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ClassBreak --> +This property gets and sets the default PointStyle used to draw the class break
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DefaultPointStyle ==== +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 === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]]
-[[ThinkGeo.MapSuite.SilverlightCore.PointStyle|PointStyle]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ClassBreak --> +** {{wiki:​PublicProperty.gif|}} DefaultTextStyle ​**
-[[#Public Properties|Go Back]] +
-==== DefaultTextStyle ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.TextStyle|TextStyle]]<​!-- ThinkGeo.MapSuite.SilverlightCore.TextStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ClassBreak --> +This property gets and sets the default TextStyle used to draw the class break
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Value ==== +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 === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.TextStyle|TextStyle]]
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ClassBreak --> +** {{wiki:​PublicProperty.gif|}} CustomStyles ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +This property gets a collection of custom styles used to draw the class break. 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +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. 
-[[Category:​SilverlightMapSuiteCore]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.SilverlightCore]] +  * Type:​Collection<[[ThinkGeo.MapSuite.SilverlightCore.Style|Style]]
-[[Category:​UpdateDocumentation]]+ 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.silverlightcore.classbreak.1440040134.txt.gz · Last modified: 2015/09/21 03:19 (external edit)