12 writes to XValue
System.Windows.Forms.DataVisualization (12)
Common\ChartTypes\KagiChart.cs (2)
377
newDataPoint.
XValue
= dataPoint.XValue;
429
newDataPoint.
XValue
= dataPoint.XValue;
Common\ChartTypes\PointAndFigureChart.cs (1)
666
newDataPoint.
XValue
= dataPoint.XValue;
Common\ChartTypes\RenkoChart.cs (1)
482
newDataPoint.
XValue
= dataPoint.XValue;
Common\ChartTypes\ThreeLineBreakChart.cs (1)
460
newDataPoint.
XValue
= dataPoint.XValue;
Common\General\Chart.cs (2)
1053
point.
XValue
= axisLabels.IndexOf(point.AxisLabel) + 1;
1071
newPoint.
XValue
= index + 1;
Common\General\DataManipulator.cs (4)
724
dataPoint.
XValue
= currentPointValue;
2272
dp.
XValue
= point.XValue;
2386
newPoint.
XValue
= pointTempValues[0];
2668
newPoint.
XValue
= pointTempValues[0];
Common\General\FormulaData.cs (1)
424
point.
XValue
= 0;
186 references to XValue
System.Windows.Forms.DataVisualization (186)
Common\ChartTypes\BarChart.cs (11)
535
xPosition = vAxis.GetPosition( point.
XValue
) - width * ((double) numOfSeries) / 2.0 + width/2 + seriesIndx * width;
539
xPosition = vAxis.GetPosition( point.
XValue
);
593
double xValue = (indexedSeries) ? pointIndex + 1 : point.
XValue
;
1284
if( series.Points[nextIndx].
XValue
== series.Points[prevIndx].
XValue
)
1290
double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].
XValue
- series.Points[prevIndx].
XValue
);
1291
return -aCoeff * (point.
XValue
- series.Points[prevIndx].
XValue
) + previousPoint;
1506
xValue = (pointEx.indexedSeries) ? pointEx.index : point.
XValue
;
1696
xValue = (pointEx.indexedSeries) ? pointEx.index : point.
XValue
;
Common\ChartTypes\BoxPlotChart.cs (4)
334
double xValue = point.
XValue
;
597
double xValue = point.
XValue
;
1115
double xValue = point.
XValue
;
1385
double xValue = point.
XValue
;
Common\ChartTypes\BubbleChart.cs (2)
418
minimum = Math.Min(minimum, point.
XValue
);
419
maximum = Math.Max(maximum, point.
XValue
);
Common\ChartTypes\ColumnChart.cs (6)
436
xPosition = hAxis.GetPosition( point.
XValue
) - width * ((double) numOfSeries) / 2.0 + width/2 + seriesIndx * width;
437
xCenterVal = hAxis.GetPosition( point.
XValue
);
441
xPosition = hAxis.GetPosition( point.
XValue
);
442
xCenterVal = hAxis.GetPosition( point.
XValue
);
504
double xValue = (indexedSeries) ? index : point.
XValue
;
827
double xValue = (pointEx.indexedSeries) ? pointEx.index : point.
XValue
;
Common\ChartTypes\ErrorBarChart.cs (5)
462
double xValue = point.
XValue
;
615
double xValue = point.
XValue
;
1216
double xValue = point.
XValue
;
1384
double xValue = point.
XValue
;
1842
errorBarSeries.Points.AddXY(point.
XValue
, point.GetValueByName(valueName));
Common\ChartTypes\FastLineChart.cs (1)
349
xValue = (indexedSeries) ? index + 1 : point.
XValue
;
Common\ChartTypes\FastPointChart.cs (1)
354
xValue = (indexedSeries) ? index + 1 : point.
XValue
;
Common\ChartTypes\FunnelChart.cs (2)
2786
return Math.Abs(Math.Log( point.
XValue
, this.Area.AxisX.LogarithmBase ));
2788
return Math.Abs(point.
XValue
);
Common\ChartTypes\KagiChart.cs (8)
175
if(dp.
XValue
!= 0.0)
179
if(dp.
XValue
> maxX)
181
maxX = dp.
XValue
;
183
if(dp.
XValue
< minX)
185
minX = dp.
XValue
;
377
newDataPoint.XValue = dataPoint.
XValue
;
429
newDataPoint.XValue = dataPoint.
XValue
;
649
double xPosition = HAxis.GetPosition( point.
XValue
);
Common\ChartTypes\LineChart.cs (12)
501
double xValue = (indexedSeries) ? index + 1 : point.
XValue
;
529
double xValueNext = (indexedSeries) ? index + 2 : nextPoint.
XValue
;
661
xValuePrev = (indexedSeries) ? index + 1 : point.
XValue
;
1171
double xPosition = HAxis.GetPosition( point.
XValue
);
1251
if(allZeros && dp.
XValue
== 0.0)
1259
if(!double.IsNaN(prevValue) && dp.
XValue
!= prevValue)
1264
order = (dp.
XValue
> prevValue) ? 0 : 1; // 0 - Ascending; 1 - Descending;
1268
if(dp.
XValue
> prevValue && order == 1)
1272
if(dp.
XValue
< prevValue && order == 0)
1285
prevValue = dp.
XValue
;
1363
double xValue = (pointEx.indexedSeries) ? pointEx.index : pointEx.dataPoint.
XValue
;
1364
double xValuePrev = (prevDataPointEx.indexedSeries) ? prevDataPointEx.index : prevDataPointEx.dataPoint.
XValue
;
Common\ChartTypes\PointAndFigureChart.cs (6)
199
if(dp.
XValue
!= 0.0)
203
if(dp.
XValue
> maxX)
205
maxX = dp.
XValue
;
207
if(dp.
XValue
< minX)
209
minX = dp.
XValue
;
666
newDataPoint.XValue = dataPoint.
XValue
;
Common\ChartTypes\PointChart.cs (11)
378
double xValue = (indexedSeries) ? (double)index : point.
XValue
;
435
markerPosition.X = (float)HAxis.GetPosition( point.
XValue
);
1134
double xValue = (pointEx.indexedSeries) ? (double)pointEx.index : point.
XValue
;
1618
if( series.Points[nextIndx].
XValue
== series.Points[prevIndx].
XValue
)
1624
double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].
XValue
- series.Points[prevIndx].
XValue
);
1625
return -aCoeff * (point.
XValue
- series.Points[prevIndx].
XValue
) + previousPoint;
1675
double xValue = (indexedSeries) ? (double)index : point.
XValue
;
1716
markerPosition.X = (float)hAxis.GetPosition( point.
XValue
);
Common\ChartTypes\PolarChart.cs (1)
252
float sectorAngle = area.CircularPositionToAngle(point.
XValue
);
Common\ChartTypes\RadarChart.cs (6)
1514
if( series.Points[nextIndx].
XValue
== series.Points[prevIndx].
XValue
)
1520
double aCoeff = (previousPoint - nextPoint) / (series.Points[nextIndx].
XValue
- series.Points[prevIndx].
XValue
);
1521
return -aCoeff * (point.
XValue
- series.Points[prevIndx].
XValue
) + previousPoint;
Common\ChartTypes\RangeChart.cs (2)
494
double xValue = (indexedSeries) ? pointIndex + 1 : series.Points[pointIndex].
XValue
;
495
double xPrevValue = (indexedSeries) ? pointIndex : series.Points[pointIndex - 1].
XValue
;
Common\ChartTypes\RenkoChart.cs (6)
180
if(dp.
XValue
!= 0.0)
184
if(dp.
XValue
> maxX)
186
maxX = dp.
XValue
;
188
if(dp.
XValue
< minX)
190
minX = dp.
XValue
;
482
newDataPoint.XValue = dataPoint.
XValue
;
Common\ChartTypes\StackedAreaChart.cs (6)
291
prevPositionX = ser.Points[pointIndex].
XValue
;
531
double xValue = (indexedSeries) ? (index + 1.0) : point.
XValue
;
594
double xPrevValue = (indexedSeries) ? (index) : ser.Points[index - 1].
XValue
;
844
double xValue = (indexedSeries) ? (index + 1.0) : point.
XValue
;
950
double xValue = (indexedSeries) ? (index + 1.0) : point.
XValue
;
1661
prevPositionX = ser.Points[pointIndex].
XValue
;
Common\ChartTypes\StackedBarChart.cs (3)
766
double xValue = point.
XValue
;
1555
double xValue = (pointEx.indexedSeries) ? pointEx.index : point.
XValue
;
1718
double xValue = (pointEx.indexedSeries) ? pointEx.index : point.
XValue
;
Common\ChartTypes\StackedColumnChart.cs (3)
811
double xValue = point.
XValue
;
1638
double xValue = (pointEx.indexedSeries) ? pointEx.index : point.
XValue
;
1796
double xValue = (pointEx.indexedSeries) ? pointEx.index : point.
XValue
;
Common\ChartTypes\StockChart.cs (6)
375
double xValue = point.
XValue
;
490
double xValue = point.
XValue
;
1184
double xValue = point.
XValue
;
1304
double xValue = point.
XValue
;
1842
double xValue = (indexedSeries) ? (double)index : point.
XValue
;
1865
markerPosition.X = (float)hAxis.GetPosition( point.
XValue
);
Common\ChartTypes\ThreeLineBreakChart.cs (6)
181
if(dp.
XValue
!= 0.0)
185
if(dp.
XValue
> maxX)
187
maxX = dp.
XValue
;
189
if(dp.
XValue
< minX)
191
minX = dp.
XValue
;
460
newDataPoint.XValue = dataPoint.
XValue
;
Common\DataManager\DataManager.cs (15)
390
if(!double.IsNaN(seriesPoint.
XValue
))
394
returnValue = Math.Max(returnValue, seriesPoint.
XValue
+ BubbleChart.AxisScaleBubbleSize(area.Common, area, seriesPoint.
XValue
, false));
398
returnValue = Math.Max(returnValue, seriesPoint.
XValue
);
425
if(!double.IsNaN(seriesPoint.
XValue
))
429
returnValue = Math.Min(returnValue, seriesPoint.
XValue
- BubbleChart.AxisScaleBubbleSize(area.Common, area, seriesPoint.YValues[1], false));
433
returnValue = Math.Min(returnValue, seriesPoint.
XValue
);
483
returnValue = Math.Max(returnValue, seriesPoint.
XValue
);
503
max = Math.Max(max, seriesPoint.
XValue
);
504
min = Math.Min(min, seriesPoint.
XValue
);
715
if (this._series[seriesName].Points[pointIndex].
XValue
> 0)
717
doubleIndexValue += this._series[seriesName].Points[pointIndex].
XValue
;
831
returnValue = Math.Min(returnValue, seriesPoint.
XValue
);
951
if(this._series[seriesName].Points[pointIndex].
XValue
< 0)
953
doubleIndexValue += this._series[seriesName].Points[pointIndex].
XValue
;
Common\DataManager\DataPoint.cs (6)
225
result = x.
XValue
.CompareTo(y.
XValue
);
2348
clonePoint._xValue = this.
XValue
;
2398
return this.
XValue
;
2499
this.
XValue
,
2657
sb.AppendFormat(CultureInfo.CurrentCulture, "{{X={0}, ",
XValue
);
Common\General\AxisLabels.cs (2)
915
point.
XValue
,
928
if( point.
XValue
== valuePosition )
Common\General\Chart.cs (2)
998
if(!series.IsXValueIndexed && point.
XValue
!= 0.0)
1067
series.Points[index].
XValue
!= index + 1)
Common\General\ChartAreaAxes.cs (4)
1800
prevXValue = Math.Log(dataSeries.Points[0].
XValue
, logarithmicBase);
1804
prevXValue = dataSeries.Points[0].
XValue
;
1811
curentXValue = Math.Log(point.
XValue
, logarithmicBase);
1815
curentXValue = point.
XValue
;
Common\General\ChartElement.cs (5)
1182
double xValue = series.Points[pointIndex].
XValue
;
1197
DateTime dateValue = DateTime.FromOADate(series.Points[pointIndex].
XValue
);
1258
if(series.Points[pointIndex].
XValue
>= xEndValue)
1260
if(series.Points[pointIndex].
XValue
> xEndValue && !forceIntIndex)
1393
if( point.
XValue
!= 0.0 )
Common\General\ChartGraphics3D.cs (4)
2523
double xValue = (leftPoint.indexedSeries) ? leftPoint.index : leftPoint.dataPoint.
XValue
;
2535
double currentXValue = (currentPoint.indexedSeries) ? currentPoint.index : currentPoint.dataPoint.
XValue
;
2579
double xValue = (rightPoint.indexedSeries) ? rightPoint.index : rightPoint.dataPoint.
XValue
;
2591
double currentXValue = (currentPoint.indexedSeries) ? currentPoint.index : currentPoint.dataPoint.
XValue
;
Common\General\DataManipulator.cs (24)
617
toX = ser.Points[ser.Points.Count - 1].
XValue
;
621
toX = Math.Max(toX, ser.Points[ser.Points.Count - 1].
XValue
);
628
fromX = ser.Points[0].
XValue
;
632
fromX = Math.Min(fromX, ser.Points[0].
XValue
);
696
if(ser.Points[pointIndex].
XValue
== currentPointValue)
703
if(ser.Points[pointIndex].
XValue
> currentPointValue)
949
if( point.
XValue
!= 0.0 )
1020
object xValue = point.
XValue
;
1023
if (Double.IsNaN(point.
XValue
))
1026
xValue = DateTime.FromOADate(point.
XValue
);
1618
DateTime dateTimeValue = DateTime.FromOADate(point.
XValue
);
2272
dp.XValue = point.
XValue
;
2367
(inputSeries[seriesIndex].Points[intervalFirstIndex].
XValue
+
2368
inputSeries[seriesIndex].Points[intervalLastIndex].
XValue
) / 2.0;
2373
inputSeries[seriesIndex].Points[intervalFirstIndex].
XValue
;
2378
inputSeries[seriesIndex].Points[intervalLastIndex].
XValue
;
2531
intervalFrom = input.Points[0].
XValue
;
2545
if(input.Points[0].
XValue
< offsetFrom)
2595
if(input.Points[pointIndex].
XValue
< input.Points[pointIndex - 1].
XValue
)
2616
if(!endOfInterval && input.Points[pointIndex].
XValue
>= intervalTo)
2793
pointTempValues[0] = point.
XValue
;
2867
pointTempValues[0] += point.
XValue
;
2885
pointTempValues[0] = point.
XValue
;
Common\General\FormulaData.cs (10)
420
double topXValue = series.Points[series.Points.Count - 1].
XValue
;
462
if (outIndex < outputSeries.Points.Count && inputPoint.
XValue
== outputSeries.Points[outIndex].
XValue
)
472
if (inputPoint.
XValue
== outputPoint.
XValue
)
556
if (series.Points[pointIndex].
XValue
!= outputValues[0][pointIndex] && !_zeroXValues)
729
if (point.
XValue
!= 0.0)
756
output[0][indexPoint] = point.
XValue
;
1133
if (series[seriesIndex].Points[pointIndex].
XValue
!= series[seriesIndex + 1].Points[pointIndex].
XValue
)
Common\General\Legend.cs (2)
2137
if(point.
XValue
!= 0.0)
2194
point.
XValue
,
Common\Utilities\XmlSerializer.cs (4)
1608
if (dataPoint.
XValue
!= 0d && IsSerializableContent("XValue", objectToSerialize))
1611
attrib.Value = GetXmlValue(dataPoint.
XValue
, dataPoint, "XValue");
2484
if (dataPoint.
XValue
!= 0d && IsSerializableContent("XValue", objectToSerialize))
2486
SerializeProperty(dataPoint.
XValue
, dataPoint, "XValue", writer);