User Tools

Site Tools


thinkgeo.mapsuite.portablecore.classbreak

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.portablecore.classbreak [2015/09/21 08:05]
admin
thinkgeo.mapsuite.portablecore.classbreak [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.ClassBreak ====== ====== ThinkGeo.MapSuite.Core.ClassBreak ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a single class break. This class represents a single class break.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} ClassBreak() ** ** {{wiki:​PublicMethod.gif|}} ClassBreak() **
  
-This is the class constructor.+  * //This is the class constructor.//
 == Remarks == == Remarks ==
-If you use this default constructor,​ then you should set the properties manually.+  * //If you use this default constructor,​ then you should set the properties manually.//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​AreaStyle) ** ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​AreaStyle) **
  
-This is the class constructor.+  * //This is the class constructor.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a break value and an AreaStyle to use.+  * //This overload allows you to pass in a break value and an AreaStyle to use.//
 == Parameters == == Parameters ==
   * //value//   * //value//
Line 30: Line 33:
 ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​PointStyle) ** ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​PointStyle) **
  
-This is the class constructor.+  * //This is the class constructor.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a break value and a Point to use.+  * //This overload allows you to pass in a break value and a Point to use.//
 == Parameters == == Parameters ==
   * //value//   * //value//
Line 45: Line 48:
 ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​LineStyle) ** ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​LineStyle) **
  
-This is the class constructor.+  * //This is the class constructor.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a break value and a LineStyle to use.+  * //This overload allows you to pass in a break value and a LineStyle to use.//
 == Parameters == == Parameters ==
   * //value//   * //value//
Line 60: Line 63:
 ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​TextStyle) ** ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​TextStyle) **
  
-This is the class constructor.+  * //This is the class constructor.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a break value and a TextStyle to use.+  * //This overload allows you to pass in a break value and a TextStyle to use.//
 == Parameters == == Parameters ==
   * //value//   * //value//
Line 75: Line 78:
 ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​Collection<​Style>​) ** ** {{wiki:​PublicMethod.gif|}} ClassBreak(Double,​Collection<​Style>​) **
  
-This is the class constructor.+  * //This is the class constructor.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a break value and a collection of TextStyles to use.+  * //This overload allows you to pass in a break value and a collection of TextStyles to use.//
 == Parameters == == Parameters ==
   * //value//   * //value//
Line 92: Line 95:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 104: Line 107:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 120: Line 123:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 132: Line 135:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 145: Line 148:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 157: Line 160:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 170: Line 173:
 ** {{wiki:​PublicProperty.gif|}} Value ** ** {{wiki:​PublicProperty.gif|}} Value **
  
-This property get and sets the break value.+  * //This property get and sets the break value.//
 == Remarks == == 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.+  * //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 == == Return Value ==
   * Type:Double   * Type:Double
Line 178: Line 181:
 ** {{wiki:​PublicProperty.gif|}} DefaultAreaStyle ** ** {{wiki:​PublicProperty.gif|}} DefaultAreaStyle **
  
-This property gets and sets the default AreaStyle used to draw the class break.+  * //This property gets and sets the default AreaStyle used to draw the class break.//
 == Remarks == == 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.+  * //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 ==
   * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]   * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]
Line 186: Line 189:
 ** {{wiki:​PublicProperty.gif|}} DefaultLineStyle ** ** {{wiki:​PublicProperty.gif|}} DefaultLineStyle **
  
-This property gets and sets the default LineStyle used to draw the class break.+  * //This property gets and sets the default LineStyle used to draw the class break.//
 == Remarks == == 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.+  * //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 ==
   * Type:​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]   * Type:​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]
Line 194: Line 197:
 ** {{wiki:​PublicProperty.gif|}} DefaultPointStyle ** ** {{wiki:​PublicProperty.gif|}} DefaultPointStyle **
  
-This property gets and sets the default PointStyle used to draw the class break.+  * //This property gets and sets the default PointStyle used to draw the class break.//
 == Remarks == == 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.+  * //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 ==
   * Type:​[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]]   * Type:​[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]]
Line 202: Line 205:
 ** {{wiki:​PublicProperty.gif|}} DefaultTextStyle ** ** {{wiki:​PublicProperty.gif|}} DefaultTextStyle **
  
-This property gets and sets the default TextStyle used to draw the class break.+  * //This property gets and sets the default TextStyle used to draw the class break.//
 == Remarks == == 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.+  * //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 ==
   * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]   * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]
Line 210: Line 213:
 ** {{wiki:​PublicProperty.gif|}} CustomStyles ** ** {{wiki:​PublicProperty.gif|}} CustomStyles **
  
-This property gets a collection of custom styles used to draw the class break.+  * //This property gets a collection of custom styles used to draw the class break.//
 == Remarks == == 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.+  * //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 == == Return Value ==
   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Style|Style]]>​   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Style|Style]]>​
thinkgeo.mapsuite.portablecore.classbreak.1442822710.txt.gz ยท Last modified: 2015/09/21 08:05 by admin