The following tables list the members exposed by Location.
Name | Description | |
---|---|---|
Location Constructor |
Name | Description | |
---|---|---|
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
Column | Column of corresponding parent primitive(s) to match for this location, if Type is set to RowColumn. Set this property to -2 to match all columns. | |
LocationX | X (horizontal distance from left) location in pixels or percentage, if Type is set to Pixel or Percentage. | |
LocationY | Y (vertical distance location in pixels or percentage, if Type is set to Pixel or Percentage. | |
Row | Row of corresponding parent primitive(s) to match for this location, if Type is set to RowColumn. Set this property to -2 to match all rows. | |
Type | Method of placement for this location object. Setting this property determines which pair of properties will be used to locate the chart element corresponding to this Location. | |
ValueX | Value to map on the X axis for this location, if Type is set to DataValues. | |
ValueY | Value to map on the Y axis for this location, if Type is set to DataValues. |
Name | Description | |
---|---|---|
dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
Clone | Creates and returns a copy of this Location object. | |
Match | Determines whether or not this Location is identical to another Location. | |
ToString | Creates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |