43 writes to
System.Windows.Forms.DataVisualization (43)
Common\ChartTypes\KagiChart.cs (7)
147
seriesOriginalData
[
"TempDesignData"] = "true";
152
series
[
"OldXValueIndexed"] = series.IsXValueIndexed.ToString(CultureInfo.InvariantCulture);
153
series
[
"OldYValuesPerPoint"] = series.YValuesPerPoint.ToString(CultureInfo.InvariantCulture);
193
series
[
"OldAutomaticXAxisInterval"] = "true";
251
series
[
"OldAutomaticXAxisInterval"] = "true";
375
newDataPoint
[
"OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture);
427
newDataPoint
[
"OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture);
Common\ChartTypes\PieChart.cs (4)
333
seriesOriginalData
[
"TempDesignData"] = "true";
414
dataPoint
[
"OriginalPointIndex"] = originalDataPointIndex.ToString(CultureInfo.InvariantCulture);
421
collectedPoint
[
"_COLLECTED_DATA_POINT"] = "TRUE";
442
collectedPoint
[
CustomPropertyName.Exploded] = series[CustomPropertyName.CollectedSliceExploded];
Common\ChartTypes\PointAndFigureChart.cs (9)
171
seriesOriginalData
[
"TempDesignData"] = "true";
176
series
[
"OldXValueIndexed"] = series.IsXValueIndexed.ToString(CultureInfo.InvariantCulture);
177
series
[
"OldYValuesPerPoint"] = series.YValuesPerPoint.ToString(CultureInfo.InvariantCulture);
217
series
[
"OldAutomaticXAxisInterval"] = "true";
286
series
[
"OldAutomaticXAxisInterval"] = "true";
451
series
[
"CurrentBoxSize"] = boxSize.ToString(CultureInfo.InvariantCulture);
664
newDataPoint
[
"OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture);
670
newDataPoint
[
"PriceUpPoint"] = "true";
777
pointAndFigureSeries
[
CustomPropertyName.EmptyPointValue] = "Zero";
Common\ChartTypes\RenkoChart.cs (7)
150
seriesOriginalData
[
"TempDesignData"] = "true";
155
series
[
"OldXValueIndexed"] = series.IsXValueIndexed.ToString(CultureInfo.InvariantCulture);
156
series
[
"OldYValuesPerPoint"] = series.YValuesPerPoint.ToString(CultureInfo.InvariantCulture);
198
series
[
"OldAutomaticXAxisInterval"] = "true";
259
series
[
"OldAutomaticXAxisInterval"] = "true";
388
series
[
"CurrentBoxSize"] = boxSize.ToString(CultureInfo.InvariantCulture);
479
newDataPoint
[
"OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture);
Common\ChartTypes\StackedBarChart.cs (2)
579
ser
[
CustomPropertyName.StackedGroupName] = stackGroupName;
1007
ser
[
CustomPropertyName.StackedGroupName] = stackGroupName;
Common\ChartTypes\StackedColumnChart.cs (2)
586
ser
[
CustomPropertyName.StackedGroupName] = stackGroupName;
1013
ser
[
CustomPropertyName.StackedGroupName] = stackGroupName;
Common\ChartTypes\ThreeLineBreakChart.cs (6)
151
seriesOriginalData
[
"TempDesignData"] = "true";
156
series
[
"OldXValueIndexed"] = series.IsXValueIndexed.ToString(CultureInfo.InvariantCulture);
157
series
[
"OldYValuesPerPoint"] = series.YValuesPerPoint.ToString(CultureInfo.InvariantCulture);
199
series
[
"OldAutomaticXAxisInterval"] = "true";
261
series
[
"OldAutomaticXAxisInterval"] = "true";
457
newDataPoint
[
"OriginalPointIndex"] = pointIndex.ToString(CultureInfo.InvariantCulture);
Common\Converters\CustomAttributesConverters.cs (1)
603
customAttr.DataPointCustomProperties
[
this._name] = stringValue;
Common\DataManager\DataPoint.cs (1)
2020
this
[
propertyName] = stringValue;
Common\DataManager\DataSeries.cs (1)
1672
this
[
"TempDesignData"] = "true";
Common\General\Chart.cs (1)
915
series
[
"TempDesignData"] = "true";
Common\General\DataManipulator.cs (1)
433
point
[
"_Index"] = pointIndex.ToString(System.Globalization.CultureInfo.InvariantCulture);
Common\General\FormulaData.cs (1)
451
outputSeries
[
DataFormula.IndexedSeriesLabelsSourceAttr] = inputSeries.Name;
204 references to
System.Windows.Forms.DataVisualization (204)
Common\ChartTypes\BarChart.cs (6)
866
valueLabelAttrib = point
[
CustomPropertyName.BarLabelStyle];
870
valueLabelAttrib = ser
[
CustomPropertyName.BarLabelStyle];
1220
emptyPointValue = series.EmptyPointStyle
[
CustomPropertyName.EmptyPointValue];
1224
emptyPointValue = series
[
CustomPropertyName.EmptyPointValue];
1892
valueLabelAttrib = point
[
CustomPropertyName.BarLabelStyle];
1896
valueLabelAttrib = ser
[
CustomPropertyName.BarLabelStyle];
Common\ChartTypes\BoxPlotChart.cs (22)
282
string attribValue = ser
[
CustomPropertyName.DrawSideBySide];
461
string showAverageValue = ser
[
CustomPropertyName.BoxPlotShowAverage];
464
showAverageValue = point
[
CustomPropertyName.BoxPlotShowAverage];
476
throw(new InvalidOperationException( SR.ExceptionCustomAttributeValueInvalid( point
[
CustomPropertyName.BoxPlotShowAverage], "BoxPlotShowAverage")));
517
string showMedianValue = ser
[
CustomPropertyName.BoxPlotShowMedian];
520
showMedianValue = point
[
CustomPropertyName.BoxPlotShowMedian];
532
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid( point
[
CustomPropertyName.BoxPlotShowMedian],"BoxPlotShowMedian")));
1051
string attribValue = ser
[
CustomPropertyName.DrawSideBySide];
1248
string showAverageValue = ser
[
CustomPropertyName.BoxPlotShowAverage];
1251
showAverageValue = point
[
CustomPropertyName.BoxPlotShowAverage];
1263
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point
[
CustomPropertyName.BoxPlotShowAverage], "BoxPlotShowAverage")));
1297
string showMedianValue = ser
[
CustomPropertyName.BoxPlotShowMedian];
1300
showMedianValue = point
[
CustomPropertyName.BoxPlotShowMedian];
1312
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point
[
CustomPropertyName.BoxPlotShowMedian], "BoxPlotShowMedian")));
1560
string[] attrValues = boxPlotSeries
[
CustomPropertyName.BoxPlotSeries].Split(';');
1579
string linkedSeriesName = point
[
CustomPropertyName.BoxPlotSeries];
1647
string boxPercentile = (boxPoint.IsCustomPropertySet(CustomPropertyName.BoxPlotPercentile)) ? boxPoint
[
CustomPropertyName.BoxPlotPercentile] : String.Empty;
1650
boxPercentile = boxPoint.series
[
CustomPropertyName.BoxPlotPercentile];
1652
string boxWhiskerPercentile = (boxPoint.IsCustomPropertySet(CustomPropertyName.BoxPlotWhiskerPercentile)) ? boxPoint
[
CustomPropertyName.BoxPlotWhiskerPercentile] : String.Empty;
1655
boxWhiskerPercentile = boxPoint.series
[
CustomPropertyName.BoxPlotWhiskerPercentile];
1708
string showUnusualValues = (boxPoint.IsCustomPropertySet(CustomPropertyName.BoxPlotShowUnusualValues)) ? boxPoint
[
CustomPropertyName.BoxPlotShowUnusualValues] : String.Empty;
1711
showUnusualValues = boxPoint.series
[
CustomPropertyName.BoxPlotShowUnusualValues];
Common\ChartTypes\BubbleChart.cs (10)
226
_minAll = Math.Min(_minAll, CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleScaleMin]));
230
_maxAll = Math.Max(_maxAll, CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleScaleMax]));
236
_maxPossibleBubbleSize = CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleMaxSize]);
246
_minPossibleBubbleSize = CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleMinSize]);
258
if(String.Compare(ser
[
CustomPropertyName.BubbleUseSizeForLabel], "true", StringComparison.OrdinalIgnoreCase) == 0)
365
minAll = Math.Min(minAll, CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleScaleMin]));
369
maxAll = Math.Max(maxAll, CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleScaleMax]));
375
maxPossibleBubbleSize = CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleMaxSize]);
385
if(String.Compare(ser
[
CustomPropertyName.BubbleUseSizeForLabel], "true", StringComparison.OrdinalIgnoreCase) == 0)
483
maxPossibleBubbleSize = CommonElements.ParseDouble(ser
[
CustomPropertyName.BubbleMaxSize]);
Common\ChartTypes\ErrorBarChart.cs (24)
339
linkedSeriesName = ser
[
CustomPropertyName.ErrorBarSeries];
413
string attribValue = ser
[
CustomPropertyName.DrawSideBySide];
500
string errorBarStyle = ser
[
CustomPropertyName.ErrorBarStyle];
503
errorBarStyle = point
[
CustomPropertyName.ErrorBarStyle];
524
throw(new InvalidOperationException( SR.ExceptionCustomAttributeValueInvalid( point
[
CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
651
string errorBarStyle = ser
[
CustomPropertyName.ErrorBarStyle];
654
errorBarStyle = point
[
CustomPropertyName.ErrorBarStyle];
672
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point
[
CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
783
markerStyle = point.series
[
CustomPropertyName.ErrorBarCenterMarkerStyle];
786
markerStyle = point
[
CustomPropertyName.ErrorBarCenterMarkerStyle];
1121
string attribValue = ser
[
CustomPropertyName.ErrorBarSeries];
1253
string errorBarStyle = ser
[
CustomPropertyName.ErrorBarStyle];
1256
errorBarStyle = point
[
CustomPropertyName.ErrorBarStyle];
1276
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid(point
[
CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
1421
string errorBarStyle = ser
[
CustomPropertyName.ErrorBarStyle];
1424
errorBarStyle = point
[
CustomPropertyName.ErrorBarStyle];
1442
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid( point
[
CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
1558
markerStyle = point.series
[
CustomPropertyName.ErrorBarCenterMarkerStyle];
1561
markerStyle = point
[
CustomPropertyName.ErrorBarCenterMarkerStyle];
1623
string typeName = errorBarSeries
[
CustomPropertyName.ErrorBarType];
1646
throw(new InvalidOperationException(SR.ExceptionErrorBarTypeInvalid(errorBarSeries
[
CustomPropertyName.ErrorBarType])));
1656
throw(new InvalidOperationException(SR.ExceptionErrorBarTypeFormatInvalid(errorBarSeries
[
CustomPropertyName.ErrorBarType])));
1665
throw (new InvalidOperationException(SR.ExceptionErrorBarTypeFormatInvalid(errorBarSeries
[
CustomPropertyName.ErrorBarType])));
1813
string linkedSeriesName = errorBarSeries
[
CustomPropertyName.ErrorBarSeries];
Common\ChartTypes\FastLineChart.cs (1)
284
string attrValue = series
[
CustomPropertyName.PermittedPixelError];
Common\ChartTypes\FastPointChart.cs (1)
285
string attrValue = series
[
CustomPropertyName.PermittedPixelError];
Common\ChartTypes\FunnelChart.cs (12)
2113
string attrValue = properties
[
this.funnelLabelStyleAttributeName];
2266
string attrValue = properties
[
this.funnelPointMinHeight];
2303
string attrValue = properties
[
this.funnelRotationAngleAttributeName];
2335
string attrValue = properties
[
CustomPropertyName.CalloutLineColor];
2382
string attrValue = properties
[
CustomPropertyName.FunnelNeckWidth];
2402
attrValue = properties
[
CustomPropertyName.FunnelNeckHeight];
2444
string attrValue = properties
[
this.funnelPointGapAttributeName];
2490
string attrValue = properties
[
CustomPropertyName.FunnelStyle];
2517
string attrValue = properties
[
this.funnelOutsideLabelPlacementAttributeName];
2543
string attrValue = properties
[
this.funnelInsideLabelAlignmentAttributeName];
2570
string attrValue = properties
[
funnel3DDrawingStyleAttributeName];
2719
string attrValue = properties
[
CustomPropertyName.PyramidValueType];
Common\ChartTypes\KagiChart.cs (6)
238
bool parseSucceed = bool.TryParse(kagiSeries
[
"OldXValueIndexed"], out xValIndexed);
242
parseSucceed = int.TryParse(kagiSeries
[
"OldYValuesPerPoint"], NumberStyles.Any, CultureInfo.InvariantCulture, out yValPerPoint);
288
string attrValue = series
[
CustomPropertyName.ReversalAmount].Trim();
341
bool parseSucceed = int.TryParse(series
[
CustomPropertyName.UsedYValue], NumberStyles.Any, CultureInfo.InvariantCulture, out yi);
477
string priceUpColorString = series
[
CustomPropertyName.PriceUpColor];
760
string priceUpColorString = secondPoint.dataPoint.series
[
CustomPropertyName.PriceUpColor];
Common\ChartTypes\LineChart.cs (5)
110
base.lineTension = CommonElements.ParseFloat(series
[
CustomPropertyName.LineTension]);
410
this.lineTension = CommonElements.ParseFloat(ser
[
CustomPropertyName.LineTension]);
1311
this.lineTension = CommonElements.ParseFloat(firstSeries
[
CustomPropertyName.LineTension]);
1391
if(String.Compare(pointAttr.dataPoint
[
CustomPropertyName.ShowMarkerLines], "TRUE", StringComparison.OrdinalIgnoreCase) == 0)
1400
if (String.Compare(pointAttr.dataPoint.series
[
CustomPropertyName.ShowMarkerLines], "TRUE", StringComparison.OrdinalIgnoreCase) == 0)
Common\ChartTypes\PieChart.cs (38)
294
bool parseSucceed = double.TryParse(series
[
CustomPropertyName.CollectedThreshold], NumberStyles.Any, CultureInfo.InvariantCulture, out t);
351
if(string.Compare(series
[
CustomPropertyName.CollectedThresholdUsePercent], "True", StringComparison.OrdinalIgnoreCase) == 0)
355
else if (string.Compare(series
[
CustomPropertyName.CollectedThresholdUsePercent], "False", StringComparison.OrdinalIgnoreCase) == 0)
431
collectedPoint.Color = (Color)colorConverter.ConvertFromString(null, CultureInfo.InvariantCulture, series
[
CustomPropertyName.CollectedColor]);
442
collectedPoint[CustomPropertyName.Exploded] = series
[
CustomPropertyName.CollectedSliceExploded];
448
collectedPoint.ToolTip = series
[
CustomPropertyName.CollectedToolTip];
454
collectedPoint.LegendText = series
[
CustomPropertyName.CollectedLegendText];
464
collectedPoint.Label = series
[
CustomPropertyName.CollectedLabel];
830
explodedAttrib = point
[
CustomPropertyName.Exploded];
847
(point.IsCustomPropertySet(CustomPropertyName.PieLineColor)) ? point
[
CustomPropertyName.PieLineColor] : dataSeries[typeSeries[0]][CustomPropertyName.PieLineColor]);
862
(point.IsCustomPropertySet(CustomPropertyName.PieLineColor)) ? point
[
CustomPropertyName.PieLineColor] : dataSeries[typeSeries[0]][CustomPropertyName.PieLineColor]);
1104
string labelStyleAttrib = series
[
CustomPropertyName.LabelStyle];
1116
string labelStyleAttrib = series
[
CustomPropertyName.PieLabelStyle];
1130
string labelStyleAttrib = point
[
CustomPropertyName.LabelStyle];
1143
string labelStyleAttrib = point
[
CustomPropertyName.PieLabelStyle];
1158
string labelsRadialLineSizeAttrib = series
[
CustomPropertyName.LabelsRadialLineSize];
1169
string labelsRadialLineSizeAttrib = point
[
CustomPropertyName.LabelsRadialLineSize];
1180
string labelsHorizontalLineSizeAttrib = series
[
CustomPropertyName.LabelsHorizontalLineSize];
1191
string labelsHorizontalLineSizeAttrib = point
[
CustomPropertyName.LabelsHorizontalLineSize];
1220
bool parseSucceed = float.TryParse(point
[
"InsideLabelOffset"], NumberStyles.Any, CultureInfo.InvariantCulture, out positionRatio);
1525
string labelStyleAttrib = series
[
CustomPropertyName.LabelStyle];
1537
string labelStyleAttrib = series
[
CustomPropertyName.PieLabelStyle];
1551
string labelStyleAttrib = point
[
CustomPropertyName.LabelStyle];
1563
string labelStyleAttrib = point
[
CustomPropertyName.PieLabelStyle];
1603
string labelStyleAttrib = series
[
CustomPropertyName.LabelStyle];
1615
string labelStyleAttrib = series
[
CustomPropertyName.PieLabelStyle];
1629
string labelStyleAttrib = point
[
CustomPropertyName.LabelStyle];
1641
string labelStyleAttrib = point
[
CustomPropertyName.PieLabelStyle];
1655
string labelsRadialLineSizeAttrib = series
[
CustomPropertyName.LabelsRadialLineSize];
1666
string labelsRadialLineSizeAttrib = point
[
CustomPropertyName.LabelsRadialLineSize];
1677
string labelsHorizontalLineSizeAttrib = series
[
CustomPropertyName.LabelsHorizontalLineSize];
1688
string labelsHorizontalLineSizeAttrib = point
[
CustomPropertyName.LabelsHorizontalLineSize];
2435
explodedAttrib = point
[
CustomPropertyName.Exploded];
2571
explodedAttrib = point
[
CustomPropertyName.Exploded];
2979
pieLineColor = (Color)colorConverter.ConvertFromString(point
[
CustomPropertyName.PieLineColor]);
2983
pieLineColor = (Color)colorConverter.ConvertFromString(point.series
[
CustomPropertyName.PieLineColor]);
2999
pieLineColor = (Color)colorConverter.ConvertFromInvariantString(point
[
CustomPropertyName.PieLineColor]);
3003
pieLineColor = (Color)colorConverter.ConvertFromInvariantString(point.series
[
CustomPropertyName.PieLineColor]);
Common\ChartTypes\PointAndFigureChart.cs (10)
270
bool parseSucceed = bool.TryParse(pointAndFigureSeries
[
"OldXValueIndexed"], out xValIndexed);
275
parseSucceed = int.TryParse(pointAndFigureSeries
[
"OldYValuesPerPoint"], NumberStyles.Any, CultureInfo.InvariantCulture, out yVals);
377
string attrValue = series
[
CustomPropertyName.BoxSize].Trim();
467
string attrValue = series
[
CustomPropertyName.ReversalAmount].Trim();
499
yValueHighIndex = int.Parse(series
[
CustomPropertyName.UsedYValueHigh], CultureInfo.InvariantCulture);
516
yValueLowIndex = int.Parse(series
[
CustomPropertyName.UsedYValueLow], CultureInfo.InvariantCulture);
531
string upPriceColorString = series
[
CustomPropertyName.PriceUpColor];
717
string attrValue = pointAndFigureSeries
[
CustomPropertyName.ProportionalSymbols];
744
pointAndFigureSeries
[
"CurrentBoxSize"],
807
double boxSize = double.Parse(ser
[
"CurrentBoxSize"], CultureInfo.InvariantCulture);
Common\ChartTypes\PointChart.cs (4)
713
string attrib = point
[
CustomPropertyName.LabelStyle];
716
attrib = ser
[
CustomPropertyName.LabelStyle];
1554
emptyPointValue = series.EmptyPointStyle
[
CustomPropertyName.EmptyPointValue];
1558
emptyPointValue = series
[
CustomPropertyName.EmptyPointValue];
Common\ChartTypes\PolarChart.cs (2)
208
point
[
CustomPropertyName.PolarDrawingStyle] :
209
ser
[
CustomPropertyName.PolarDrawingStyle];
Common\ChartTypes\RadarChart.cs (6)
1081
string attrib = point
[
CustomPropertyName.LabelStyle];
1084
attrib = ser
[
CustomPropertyName.LabelStyle];
1348
point
[
CustomPropertyName.RadarDrawingStyle] :
1349
ser
[
CustomPropertyName.RadarDrawingStyle];
1450
emptyPointValue = series.EmptyPointStyle
[
CustomPropertyName.EmptyPointValue];
1454
emptyPointValue = series
[
CustomPropertyName.EmptyPointValue];
Common\ChartTypes\RenkoChart.cs (6)
245
bool parseSucceed = bool.TryParse(renkoSeries
[
"OldXValueIndexed"], out isXValIndexed);
249
parseSucceed = int.TryParse(renkoSeries
[
"OldYValuesPerPoint"], NumberStyles.Any, CultureInfo.InvariantCulture, out yValsPerPoint);
304
string attrValue = series
[
CustomPropertyName.BoxSize].Trim();
406
yValueIndex = int.Parse(series
[
CustomPropertyName.UsedYValue], CultureInfo.InvariantCulture);
444
string upBrickColorString = dataPoint
[
CustomPropertyName.PriceUpColor];
447
upBrickColorString = series
[
CustomPropertyName.PriceUpColor];
Common\ChartTypes\StackedBarChart.cs (4)
1104
valueLabelAttrib = point
[
CustomPropertyName.BarLabelStyle];
1108
valueLabelAttrib = series
[
CustomPropertyName.BarLabelStyle];
1851
valueLabelAttrib = point
[
CustomPropertyName.BarLabelStyle];
1855
valueLabelAttrib = ser
[
CustomPropertyName.BarLabelStyle];
Common\ChartTypes\StackedColumnChart.cs (1)
1076
stackGroupName = series
[
CustomPropertyName.StackedGroupName];
Common\ChartTypes\StockChart.cs (14)
676
styleType = point
[
CustomPropertyName.OpenCloseStyle];
680
styleType = ser
[
CustomPropertyName.OpenCloseStyle];
705
showOpenClose = point
[
CustomPropertyName.ShowOpenClose];
709
showOpenClose = ser
[
CustomPropertyName.ShowOpenClose];
750
string attrValue = point
[
CustomPropertyName.PriceUpColor];
773
attrValue = point
[
CustomPropertyName.PriceDownColor];
959
valueType = point
[
CustomPropertyName.LabelValueType];
963
valueType = ser
[
CustomPropertyName.LabelValueType];
1501
styleType = point
[
CustomPropertyName.OpenCloseStyle];
1505
styleType = ser
[
CustomPropertyName.OpenCloseStyle];
1530
showOpenClose = point
[
CustomPropertyName.ShowOpenClose];
1534
showOpenClose = ser
[
CustomPropertyName.ShowOpenClose];
1575
string attrValue = point
[
CustomPropertyName.PriceUpColor];
1598
attrValue = point
[
CustomPropertyName.PriceDownColor];
Common\ChartTypes\ThreeLineBreakChart.cs (6)
246
bool parseSucceed = bool.TryParse(threeLineBreakSeries
[
"OldXValueIndexed"], out xValIndexed);
250
parseSucceed = int.TryParse(threeLineBreakSeries
[
"OldYValuesPerPoint"], NumberStyles.Any, CultureInfo.InvariantCulture, out yValsPerPoint);
299
yValueIndex = int.Parse(series
[
CustomPropertyName.UsedYValue], CultureInfo.InvariantCulture);
318
linesInBreak = int.Parse(series
[
CustomPropertyName.NumberOfLinesInBreak], CultureInfo.InvariantCulture);
362
string priceUpColorString = dataPoint
[
CustomPropertyName.PriceUpColor];
365
priceUpColorString = series
[
CustomPropertyName.PriceUpColor];
Common\Converters\CustomAttributesConverters.cs (1)
540
string stringValue = customAttr.DataPointCustomProperties
[
this._name];
Common\DataManager\DataPoint.cs (1)
2969
return (string)Series.defaultCustomProperties
[
name];
Common\DataManager\DataSeries.cs (9)
620
return this
[
"SeriesCaption"];
641
string attribValue = this
[
CustomPropertyName.PixelPointDepth];
671
attribValue = this
[
CustomPropertyName.PixelPointGapDepth];
722
string strWidth = this
[
CustomPropertyName.PointWidth];
740
string attribValue = this
[
CustomPropertyName.MinPixelPointWidth];
769
attribValue = this
[
CustomPropertyName.MaxPixelPointWidth];
794
attribValue = this
[
CustomPropertyName.PixelPointWidth];
1426
if (Int32.TryParse(dp
[
"OriginalPointIndex"], NumberStyles.Integer, CultureInfo.InvariantCulture, out index))
1617
if(String.Compare(this
[
"UseDummyData"], "True", StringComparison.OrdinalIgnoreCase) == 0)
Common\General\AxisLabels.cs (1)
838
String labelSeriesName = ser
[
DataFormula.IndexedSeriesLabelsSourceAttr];
Common\General\AxisScale.cs (1)
1151
string strWidth = ser
[
CustomPropertyName.PointWidth];
Common\General\ChartArea.cs (4)
2780
if(String.Compare(series
[
CustomPropertyName.AreaDrawingStyle], "Polygon", StringComparison.OrdinalIgnoreCase) == 0)
2784
else if (String.Compare(series
[
CustomPropertyName.AreaDrawingStyle], "Circle", StringComparison.OrdinalIgnoreCase) == 0)
2790
throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid( series
[
CustomPropertyName.AreaDrawingStyle], "AreaDrawingStyle")));
2815
string styleName = series
[
CustomPropertyName.CircularLabelsStyle];
Common\General\ChartElement.cs (1)
1365
string attribValue = series
[
Utilities.CustomPropertyName.IsXAxisQuantitative];
Common\General\ChartGraphics.cs (2)
4938
string styleName = point
[
CustomPropertyName.PieDrawingStyle];
5531
string styleName = point
[
CustomPropertyName.DrawingStyle];
Common\General\DataManipulator.cs (1)
454
fromIndex = int.Parse(point
[
"_Index"], System.Globalization.CultureInfo.InvariantCulture);
Common\General\Selection.cs (5)
560
region.PointIndex = int.Parse(point
[
"OriginalPointIndex"], CultureInfo.InvariantCulture);
642
region.PointIndex = int.Parse(point
[
"OriginalPointIndex"], CultureInfo.InvariantCulture);
725
region.PointIndex = int.Parse(point
[
"OriginalPointIndex"], CultureInfo.InvariantCulture);
791
region.PointIndex = int.Parse(point
[
"OriginalPointIndex"], CultureInfo.InvariantCulture);
876
region.PointIndex = int.Parse(point
[
"OriginalPointIndex"], CultureInfo.InvariantCulture);