13 writes to series
System.Web.DataVisualization (13)
Common\ChartTypes\KagiChart.cs (2)
376
newDataPoint.
series
= series;
428
newDataPoint.
series
= series;
Common\ChartTypes\PointAndFigureChart.cs (1)
665
newDataPoint.
series
= series;
Common\ChartTypes\RenkoChart.cs (1)
480
newDataPoint.
series
= series;
Common\ChartTypes\ThreeLineBreakChart.cs (1)
458
newDataPoint.
series
= series;
Common\DataManager\DataPoint.cs (4)
299
dataPoint.
series
= series;
2344
clonePoint.
series
= null;
2854
this.
series
= null;
2866
this.
series
= series;
Common\DataManager\DataSeries.cs (3)
572
this.
series
= this;
574
this._emptyPointCustomProperties.
series
= this;
2088
value.
series
= _emptyPointCustomProperties.series;
Common\General\FormulaData.cs (1)
841
clonePoint.
series
= series[1];
533 references to series
System.Web.DataVisualization (533)
Common\Annotation\AnnotationBase.cs (24)
2206
if (this.AnchorDataPoint != null && this.AnchorDataPoint.
series
!= null)
2210
this.AnchorDataPoint.
series
,
2350
this.AnchorDataPoint.
series
!= null &&
2722
if(this.AnchorDataPoint != null && this.AnchorDataPoint.
series
!= null)
2726
this.AnchorDataPoint.
series
,
3354
if(dataPoint.
series
!= null)
3356
int pointIndex = dataPoint.
series
.Points.IndexOf(dataPoint);
3359
name = dataPoint.
series
.Name +
3513
if(this.AnchorDataPoint != null && this.AnchorDataPoint.
series
!= null)
3517
this.AnchorDataPoint.
series
,
3953
this.AnchorDataPoint.
series
!= null)
3955
if(this.Chart.ChartAreas.IndexOf(this.AnchorDataPoint.
series
.ChartArea) >= 0)
3957
area = this.Chart.ChartAreas[this.AnchorDataPoint.
series
.ChartArea];
3962
this._anchorDataPoint2.
series
!= null)
3964
if(this.Chart.ChartAreas.IndexOf(this._anchorDataPoint2.
series
.ChartArea) >= 0)
3966
area = this.Chart.ChartAreas[this._anchorDataPoint2.
series
.ChartArea];
4074
if (this.AnchorDataPoint != null && this.AnchorDataPoint.
series
!= null)
4078
this.AnchorDataPoint.
series
,
4175
if (dataPoint != null && dataPoint.
series
!= null && Chart != null)
4178
ChartArea chartArea = Chart.ChartAreas[dataPoint.
series
.ChartArea];
4184
return chartArea.GetAxis(axisName, dataPoint.
series
.XAxisType, dataPoint.
series
.XSubAxisName);
4188
return chartArea.GetAxis(axisName, dataPoint.
series
.YAxisType, dataPoint.
series
.YSubAxisName);
Common\ChartTypes\AreaChart.cs (3)
325
this.Series = point.
series
;
762
if(p.dataPoint.
series
.Name == firstPoint.dataPoint.
series
.Name)
Common\ChartTypes\BarChart.cs (13)
799
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
800
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
810
point.
series
.Name,
1208
Series series = point.
series
; // Data series
1386
Series ser = point.
series
;
1615
Series ser = point.
series
;
1791
(point.MarkerColor.IsEmpty) ? point.
series
.Color : point.MarkerColor,
1796
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
1797
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
Common\ChartTypes\BoxPlotChart.cs (17)
786
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
787
(point.
series
!= null) ? point.
series
.ShadowOffset : 0 );
821
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
822
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
1648
if(boxPercentile.Length == 0 && boxPoint.
series
!= null && boxPoint.
series
.IsCustomPropertySet(CustomPropertyName.BoxPlotPercentile))
1650
boxPercentile = boxPoint.
series
[CustomPropertyName.BoxPlotPercentile];
1653
if(boxWhiskerPercentile.Length == 0 && boxPoint.
series
!= null && boxPoint.
series
.IsCustomPropertySet(CustomPropertyName.BoxPlotWhiskerPercentile))
1655
boxWhiskerPercentile = boxPoint.
series
[CustomPropertyName.BoxPlotWhiskerPercentile];
1709
if(showUnusualValues.Length == 0 && boxPoint.
series
!= null && boxPoint.
series
.IsCustomPropertySet(CustomPropertyName.BoxPlotShowUnusualValues))
1711
showUnusualValues = boxPoint.
series
[CustomPropertyName.BoxPlotShowUnusualValues];
Common\ChartTypes\BubbleChart.cs (3)
149
if(point.
series
!= null)
151
return point.
series
.BorderWidth;
191
if(point.
series
.YValuesPerPoint > 1 && !point.IsEmpty)
Common\ChartTypes\ColumnChart.cs (9)
717
Series ser = point.
series
;
1150
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
1151
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
1335
double pointLabelValue = GetYValue(common, area, pointEx.dataPoint.
series
, point, pointEx.index - 1, 0);
1337
pointEx.dataPoint.
series
.Chart,
1342
pointEx.dataPoint.
series
.YValueType,
1398
point.
series
,
Common\ChartTypes\ErrorBarChart.cs (12)
777
if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle) || point.
series
.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle))
783
markerStyle = point.
series
[CustomPropertyName.ErrorBarCenterMarkerStyle];
847
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
848
(point.
series
!= null) ? point.
series
.ShadowOffset : 0 );
878
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
879
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
1552
if(point.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle) || point.
series
.IsCustomPropertySet(CustomPropertyName.ErrorBarCenterMarkerStyle))
1558
markerStyle = point.
series
[CustomPropertyName.ErrorBarCenterMarkerStyle];
Common\ChartTypes\FastLineChart.cs (2)
657
point.
series
.Name,
668
point.
series
.Name,
Common\ChartTypes\FastPointChart.cs (1)
632
point.
series
.Name,
Common\ChartTypes\FunnelChart.cs (24)
740
(drawSegmentShadow) ? point.
series
.ShadowOffset : 0,
741
point.
series
.ShadowColor);
752
point.
series
.Name,
804
(drawSegmentShadow) ? point.
series
.ShadowOffset : 0,
805
point.
series
.ShadowColor);
816
point.
series
.Name,
853
(drawSegmentShadow) ? point.
series
.ShadowOffset : 0,
854
point.
series
.ShadowColor);
865
point.
series
.Name,
903
(drawSegmentShadow) ? point.
series
.ShadowOffset : 0,
904
point.
series
.ShadowColor);
915
point.
series
.Name,
1229
(drawSegmentShadow) ? point.
series
.ShadowOffset : 0,
1230
point.
series
.ShadowColor);
1242
point.
series
.Name,
1278
(drawSegmentShadow) ? point.
series
.ShadowOffset : 0,
1279
point.
series
.ShadowColor);
1290
point.
series
.Name,
1327
(drawSegmentShadow) ? point.
series
.ShadowOffset : 0,
1328
point.
series
.ShadowColor);
1339
point.
series
.Name,
1590
labelInfo.Point.
series
,
1640
point.
series
.Chart,
1645
point.
series
.YValueType,
Common\ChartTypes\KagiChart.cs (2)
759
this.kagiUpColor = secondPoint.dataPoint.
series
.Color;
760
string priceUpColorString = secondPoint.dataPoint.
series
[CustomPropertyName.PriceUpColor];
Common\ChartTypes\LineChart.cs (4)
1308
Series firstSeries = firstSeries = ((DataPoint3D)dataPointDrawingOrder[0]).dataPoint.
series
;
1332
Series ser = point.
series
;
1398
if(pointAttr.dataPoint.
series
.IsCustomPropertySet(CustomPropertyName.ShowMarkerLines))
1400
if (String.Compare(pointAttr.dataPoint.
series
[CustomPropertyName.ShowMarkerLines], "TRUE", StringComparison.OrdinalIgnoreCase) == 0)
Common\ChartTypes\PieChart.cs (28)
889
double offset = graph.GetRelativeSize( new SizeF( point.
series
.ShadowOffset, point.
series
.ShadowOffset ) ).Width;
908
shcolor = Color.FromArgb( point.Color.A/2, point.
series
.ShadowColor );
910
shcolor = point.
series
.ShadowColor;
916
shGradientColor = Color.FromArgb( point.BackSecondaryColor.A/2, point.
series
.ShadowColor );
918
shGradientColor = point.
series
.ShadowColor;
927
shBorderColor = Color.FromArgb( point.BorderColor.A/2, point.
series
.ShadowColor );
929
shBorderColor = point.
series
.ShadowColor;
1097
series = point.
series
;
1518
Series series = point.
series
;
1596
Series series = point.
series
;
1737
point.
series
.YValueType,
1899
point.
series
.Name,
2970
if(point.IsCustomPropertySet(CustomPropertyName.PieLineColor) || (point.
series
!= null && point.
series
.IsCustomPropertySet(CustomPropertyName.PieLineColor)) )
2981
else if(point.
series
!= null && point.
series
.IsCustomPropertySet(CustomPropertyName.PieLineColor))
2983
pieLineColor = (Color)colorConverter.ConvertFromString(point.
series
[CustomPropertyName.PieLineColor]);
3001
else if(point.
series
!= null && point.
series
.IsCustomPropertySet(CustomPropertyName.PieLineColor))
3003
pieLineColor = (Color)colorConverter.ConvertFromInvariantString(point.
series
[CustomPropertyName.PieLineColor]);
5539
point.
series
,
5601
point.
series
,
5621
if (point.
series
!= null &&
5622
point.
series
.IsCustomPropertySet(CustomPropertyName.PieAutoAxisLabels) &&
5623
String.Equals(point.
series
.GetCustomProperty(CustomPropertyName.PieAutoAxisLabels), "false", StringComparison.OrdinalIgnoreCase))
5647
point.
series
.Chart,
5652
point.
series
.YValueType,
Common\ChartTypes\PointChart.cs (13)
481
point.
series
,
491
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
492
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
506
point.
series
.Name,
1107
Series ser = point.
series
;
1233
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
1234
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
1352
labelInfo.PointEx.dataPoint.
series
,
1542
Series series = point.
series
; // Data series
Common\ChartTypes\RadarChart.cs (5)
766
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
767
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
1438
Series series = point.
series
; // Data series
Common\ChartTypes\RangeChart.cs (3)
410
this._series = point.
series
;
1600
Axis vAxis = area.GetAxis(AxisName.Y, firstPoint.dataPoint.
series
.YAxisType, firstPoint.dataPoint.
series
.YSubAxisName);
Common\ChartTypes\StackedAreaChart.cs (18)
619
this.Series = point.
series
;
891
graph.DrawLineRel(point.BorderColor, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(firstPoint), graph.GetRelativePoint(secondPoint), point.
series
.ShadowColor, point.
series
.ShadowOffset );
1226
if(String.Compare(ser.ChartTypeName, secondPoint.dataPoint.
series
.ChartTypeName, true, System.Globalization.CultureInfo.CurrentCulture) == 0)
1244
if(String.Compare(ser.Name, secondPoint.dataPoint.
series
.Name, StringComparison.Ordinal) == 0)
1259
if(String.Compare(ser.ChartTypeName, secondPoint.dataPoint.
series
.ChartTypeName, StringComparison.OrdinalIgnoreCase) == 0)
1262
if (pointProperties != null && String.Compare(ser.Name, secondPoint.dataPoint.
series
.Name, StringComparison.Ordinal) == 0)
1307
Axis vAxis = area.GetAxis(AxisName.Y, firstPoint.dataPoint.
series
.YAxisType, firstPoint.dataPoint.
series
.YSubAxisName);
1308
Axis hAxis = area.GetAxis(AxisName.X, firstPoint.dataPoint.
series
.XAxisType, firstPoint.dataPoint.
series
.XSubAxisName);
1311
double yValue = GetYValue(area.Common, area, firstPoint.dataPoint.
series
, firstPoint.dataPoint, firstPoint.index - 1, 0);
1340
yValue = GetYValue(area.Common, area, secondPoint.dataPoint.
series
, secondPoint.dataPoint, secondPoint.index - 1, 0);
1440
pointEx.dataPoint.
series
.IsValueShownAsLabel)
1475
if((!pointEx.dataPoint.IsEmpty && (pointEx.dataPoint.
series
.IsValueShownAsLabel || pointShowLabelAsValue || pointLabel.Length > 0)) ||
1496
pointEx.dataPoint.
series
.Chart,
1501
pointEx.dataPoint.
series
.YValueType,
1549
pointEx.dataPoint.
series
,
Common\ChartTypes\StackedBarChart.cs (2)
1394
Series ser = point.
series
;
1699
Series ser = point.
series
;
Common\ChartTypes\StackedColumnChart.cs (2)
1435
Series ser = point.
series
;
1735
Series ser = point.
series
;
Common\ChartTypes\StepLineChart.cs (1)
394
prevDataPointEx.dataPoint.
series
.Name,
Common\ChartTypes\StockChart.cs (8)
569
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
570
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
1396
(point.
series
!= null) ? point.
series
.ShadowOffset : 0,
1397
(point.
series
!= null) ? point.
series
.ShadowColor : Color.Empty,
Common\Converters\AnnotationConverters.cs (3)
82
if (dataPoint.
series
!= null)
84
int pointIndex = dataPoint.
series
.Points.IndexOf(dataPoint) + 1;
85
return dataPoint.
series
.Name + " - " + SR.DescriptionTypePoint + pointIndex.ToString(CultureInfo.InvariantCulture);
Common\Converters\CustomAttributesConverters.cs (4)
189
Series series = (attr.DataPointCustomProperties is Series) ? ( (Series) attr.DataPointCustomProperties) : attr.DataPointCustomProperties.
series
;
349
seriesArray = new Series[] { ((DataPointCustomProperties)((Array)obj).GetValue(0)).
series
};
358
seriesArray = new Series[] { ((DataPointCustomProperties)obj).
series
};
589
!((DataPoint)customAttr.DataPointCustomProperties).
series
.IsCustomPropertySet(this._name) )
Common\Converters\DataManagerConverters.cs (6)
507
if(dataPoint.
series
!= null && dataPoint.
series
.IsYValueDateTime())
573
if(dataPoint.
series
!= null && dataPoint.
series
.IsYValueDateTime())
628
if (destinationType == typeof(string) && dataPoint.
series
.IsXValueDateTime())
654
if (dataPoint.
series
.IsXValueDateTime())
Common\DataManager\DataPoint.cs (296)
2104
if(base.
series
!= null)
2106
base.
series
.CheckSupportedTypes(paramType);
2124
if(base.
series
!= null && xValue is DateTime)
2126
if(base.
series
.XValueType == ChartValueType.Date)
2138
else if(base.
series
.XValueType == ChartValueType.Time)
2187
if(yValue.Length == 0 || (base.
series
!= null && yValue.Length > base.
series
.YValuesPerPoint))
2188
throw(new ArgumentOutOfRangeException("yValue", SR.ExceptionDataPointYValuesSettingCountMismatch(base.
series
.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture))));
2205
if(base.
series
!= null)
2207
base.
series
.CheckSupportedTypes(paramType);
2268
if(base.
series
!= null)
2275
if(base.
series
.YValueType == ChartValueType.Date)
2279
else if(base.
series
.YValueType == ChartValueType.Time)
2286
if(base.
series
.YValueType == ChartValueType.Date)
2307
else if (base.
series
.YValueType == ChartValueType.Time)
2465
if(this.
series
!= null)
2468
result = result.Replace(KeywordName.Index, this.
series
.Points.IndexOf(this).ToString(System.Globalization.CultureInfo.InvariantCulture));
2471
result = this.
series
.ReplaceKeywords(result);
2474
result = this.
series
.ReplaceOneKeyword(
2481
(this.YValues[0]/(this.
series
.GetTotalYValue())),
2486
if(this.
series
.XValueType == ChartValueType.String)
2492
result = this.
series
.ReplaceOneKeyword(
2500
this.
series
.XValueType,
2512
result = this.
series
.ReplaceOneKeyword(
2520
this.
series
.YValueType,
2524
result = this.
series
.ReplaceOneKeyword(
2532
this.
series
.YValueType,
2535
result = this.
series
.ReplaceOneKeyword(
2543
this.
series
.YValueType,
2627
if (dataPoint != null && dataPoint.
series
!= null)
2629
if (dataPoint.
series
.IsCustomPropertySet(attributeName))
2631
attributeValue = dataPoint.
series
.GetCustomProperty(attributeName);
2960
return (string)
series
.EmptyPointStyle.properties[name];
2964
return (string)
series
.properties[name];
2984
if(
series
== null)
3009
if(!this.pointCustomProperties ||
series
== null)
3029
return
series
.EmptyPointStyle.properties[(int)attrib];
3033
return
series
.properties[(int)attrib];
3229
return (string)
series
.EmptyPointStyle.properties[name];
3232
return (string)
series
.properties[name];
3273
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.Label);
3276
return
series
.label;
3281
return
series
.label;
3295
series
.label = value;
3331
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.AxisLabel);
3334
return
series
.axisLabel;
3340
return
series
.axisLabel;
3354
series
.axisLabel = value;
3357
if(value.Length > 0 &&
series
!= null)
3359
series
.noLabelsInPoints = false;
3396
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelFormat);
3399
return
series
.labelFormat;
3404
return
series
.labelFormat;
3418
series
.labelFormat = value;
3453
return (bool)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.IsValueShownAsLabel);
3456
return
series
.showLabelAsValue;
3462
return
series
.showLabelAsValue;
3470
series
.showLabelAsValue = value;
3506
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.Color);
3509
return
series
.color;
3514
return
series
.color;
3531
series
.color = value;
3568
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderColor);
3571
return
series
.borderColor;
3576
return
series
.borderColor;
3584
series
.borderColor = value;
3618
return (ChartDashStyle)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderDashStyle);
3621
return
series
.borderDashStyle;
3627
return
series
.borderDashStyle;
3635
series
.borderDashStyle = value;
3669
return (int)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderWidth);
3672
return
series
.borderWidth;
3678
return
series
.borderWidth;
3690
series
.borderWidth = value;
3725
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImage);
3728
return
series
.backImage;
3734
return
series
.backImage;
3748
series
.backImage = value;
3785
return (ChartImageWrapMode)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImageWrapMode);
3788
return
series
.backImageWrapMode;
3794
return
series
.backImageWrapMode;
3802
series
.backImageWrapMode = value;
3842
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImageTransparentColor);
3845
return
series
.backImageTransparentColor;
3851
return
series
.backImageTransparentColor;
3859
series
.backImageTransparentColor = value;
3894
return (ChartImageAlignmentStyle)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImageAlignment);
3897
return
series
.backImageAlignment;
3903
return
series
.backImageAlignment;
3911
series
.backImageAlignment = value;
3946
return (GradientStyle)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackGradientStyle);
3949
return
series
.backGradientStyle;
3955
return
series
.backGradientStyle;
3963
series
.backGradientStyle = value;
3999
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackSecondaryColor);
4002
return
series
.backSecondaryColor;
4008
return
series
.backSecondaryColor;
4016
series
.backSecondaryColor = value;
4051
return (ChartHatchStyle)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackHatchStyle);
4054
return
series
.backHatchStyle;
4060
return
series
.backHatchStyle;
4068
series
.backHatchStyle = value;
4099
return
series
.FontCache.DefaultFont;
4104
return
series
.EmptyPointStyle.Font;
4107
return
series
.font;
4111
return
series
.font;
4119
series
.font = value;
4156
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelForeColor);
4165
return
series
.fontColor;
4171
return
series
.fontColor;
4179
series
.fontColor = value;
4213
return (int)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelAngle);
4216
return
series
.fontAngle;
4222
return
series
.fontAngle;
4234
series
.fontAngle = value;
4270
return (MarkerStyle)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerStyle);
4273
return
series
.markerStyle;
4279
return
series
.markerStyle;
4287
series
.markerStyle = value;
4328
return (int)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerSize);
4331
return
series
.markerSize;
4337
return
series
.markerSize;
4345
series
.markerSize = value;
4381
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerImage);
4384
return
series
.markerImage;
4390
return
series
.markerImage;
4404
series
.markerImage = value;
4441
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor);
4444
return
series
.markerImageTransparentColor;
4450
return
series
.markerImageTransparentColor;
4458
series
.markerImageTransparentColor = value;
4495
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerColor);
4498
return
series
.markerColor;
4504
return
series
.markerColor;
4512
series
.markerColor = value;
4549
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerBorderColor);
4552
return
series
.markerBorderColor;
4558
return
series
.markerBorderColor;
4566
series
.markerBorderColor = value;
4603
return (int)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerBorderWidth);
4606
return
series
.markerBorderWidth;
4612
return
series
.markerBorderWidth;
4624
series
.markerBorderWidth = value;
4809
series
.toolTip = value;
4834
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.ToolTip);
4837
return
series
.toolTip;
4843
return
series
.toolTip;
4870
series
.url = value;
4888
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.Url);
4891
return
series
.url;
4897
return
series
.url;
4920
series
.mapAreaAttributes = value;
4938
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MapAreaAttributes);
4941
return
series
.mapAreaAttributes;
4946
return
series
.mapAreaAttributes;
4977
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.PostBackValue);
4980
return
series
.postbackValue;
4985
return
series
.postbackValue;
4993
series
.postbackValue = value;
5046
return (bool)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.IsVisibleInLegend);
5049
return
series
.showInLegend;
5054
return
series
.showInLegend;
5062
series
.showInLegend = value;
5087
series
.legendText = value;
5106
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendText);
5109
return
series
.legendText;
5114
return
series
.legendText;
5139
series
.legendToolTip = value;
5164
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendToolTip);
5167
return
series
.legendToolTip;
5173
return
series
.legendToolTip;
5212
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBackColor);
5221
return
series
.labelBackColor;
5226
return
series
.labelBackColor;
5234
series
.labelBackColor = value;
5271
return (Color)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBorderColor);
5280
return
series
.labelBorderColor;
5285
return
series
.labelBorderColor;
5293
series
.labelBorderColor = value;
5328
return (ChartDashStyle)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBorderDashStyle);
5331
return
series
.labelBorderDashStyle;
5337
return
series
.labelBorderDashStyle;
5345
series
.labelBorderDashStyle = value;
5380
return (int)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBorderWidth);
5383
return
series
.labelBorderWidth;
5389
return
series
.labelBorderWidth;
5401
series
.labelBorderWidth = value;
5426
series
.labelToolTip = value;
5451
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelToolTip);
5454
return
series
.labelToolTip;
5460
return
series
.labelToolTip;
5487
series
.legendUrl = value;
5505
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendUrl);
5508
return
series
.legendUrl;
5513
return
series
.legendUrl;
5540
series
.legendMapAreaAttributes = value;
5558
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendMapAreaAttributes);
5561
return
series
.legendMapAreaAttributes;
5567
return
series
.legendMapAreaAttributes;
5598
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendPostBackValue);
5601
return
series
.legendPostbackValue;
5606
return
series
.legendPostbackValue;
5614
series
.legendPostbackValue = value;
5643
series
.labelUrl = value;
5661
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelUrl);
5664
return
series
.labelUrl;
5669
return
series
.labelUrl;
5695
series
.labelMapAreaAttributes = value;
5713
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes);
5716
return
series
.labelMapAreaAttributes;
5722
return
series
.labelMapAreaAttributes;
5753
return (string)
series
.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelPostBackValue);
5756
return
series
.labelPostbackValue;
5761
return
series
.labelPostbackValue;
5769
series
.labelPostbackValue = value;
5823
return !String.IsNullOrEmpty(
series
.label);
5835
return !String.IsNullOrEmpty(
series
.axisLabel);
5847
return !String.IsNullOrEmpty(
series
.labelFormat);
5859
return
series
.showLabelAsValue != false;
5871
return
series
.color != Color.Empty;
5883
return
series
.borderColor != Color.Empty;
5895
return
series
.borderDashStyle != ChartDashStyle.Solid;
5907
return
series
.borderWidth != 1;
5919
return
series
.markerBorderWidth != 1;
5931
return !String.IsNullOrEmpty(
series
.backImage);
5943
return
series
.backImageWrapMode != ChartImageWrapMode.Tile;
5955
return
series
.backImageTransparentColor != Color.Empty;
5967
return
series
.backImageAlignment != ChartImageAlignmentStyle.TopLeft;
5979
return
series
.backGradientStyle != GradientStyle.None;
5991
return
series
.backSecondaryColor != Color.Empty;
6003
return
series
.backHatchStyle != ChartHatchStyle.None;
6016
return
series
.font !=
series
.FontCache.DefaultFont;
6028
return
series
.fontColor != Color.Black;
6040
return
series
.fontAngle != 0f;
6052
return
series
.markerStyle != MarkerStyle.None;
6064
return
series
.markerSize != 5;
6076
return !String.IsNullOrEmpty(
series
.markerImage);
6088
return
series
.markerImageTransparentColor != Color.Empty;
6100
return
series
.markerColor != Color.Empty;
6112
return
series
.markerBorderColor != Color.Empty;
6124
return !String.IsNullOrEmpty(
series
.toolTip);
6138
return !String.IsNullOrEmpty(
series
.url);
6150
return !String.IsNullOrEmpty(
series
.mapAreaAttributes);
6161
return !String.IsNullOrEmpty(
series
.postbackValue);
6173
return !String.IsNullOrEmpty(
series
.legendUrl);
6185
return !String.IsNullOrEmpty(
series
.legendMapAreaAttributes);
6199
return !String.IsNullOrEmpty(
series
.labelUrl);
6211
return !String.IsNullOrEmpty(
series
.labelMapAreaAttributes);
6227
return
series
.showInLegend != true;
6239
return !String.IsNullOrEmpty(
series
.legendText);
6251
return !String.IsNullOrEmpty(
series
.legendToolTip);
6265
return !String.IsNullOrEmpty(
series
.labelToolTip);
6277
return
series
.labelBackColor != Color.Empty;
6289
return
series
.labelBorderColor != Color.Empty;
6301
return
series
.labelBorderDashStyle != ChartDashStyle.Solid;
6313
return
series
.labelBorderWidth != 1;
6326
series
.label = "";
6338
series
.axisLabel = "";
6350
series
.labelFormat = "";
6362
series
.IsValueShownAsLabel = false;
6374
series
.color = Color.Empty;
6386
series
.borderColor = Color.Empty;
6398
series
.borderDashStyle = ChartDashStyle.Solid;
6410
series
.borderWidth = 1;
6424
series
.markerBorderWidth = 1;
6438
series
.backImage = "";
6450
series
.backImageWrapMode = ChartImageWrapMode.Tile;
6462
series
.backImageTransparentColor = Color.Empty;
6474
series
.backSecondaryColor = Color.Empty;
6486
series
.backHatchStyle = ChartHatchStyle.None;
6499
series
.font =
series
.FontCache.DefaultFont;
6513
series
.fontAngle = 0;
6525
series
.markerStyle = MarkerStyle.None;
6537
series
.markerSize = 5;
6549
series
.markerImage = "";
6561
series
.markerImageTransparentColor = Color.Empty;
6573
series
.markerColor = Color.Empty;
6585
series
.markerBorderColor = Color.Empty;
6597
series
.toolTip = "";
6618
series
.url = "";
6630
series
.mapAreaAttributes = "";
6641
series
.postbackValue = "";
6653
series
.legendUrl = "";
6665
series
.legendMapAreaAttributes = "";
6679
series
.labelUrl = "";
6691
series
.labelMapAreaAttributes = "";
6706
series
.showInLegend = true;
6718
series
.legendText = "";
6730
series
.legendToolTip = "";
6751
series
.labelBackColor = Color.Empty;
6763
series
.labelBorderColor = Color.Empty;
6775
series
.labelBorderDashStyle = ChartDashStyle.Solid;
6787
series
.labelBorderWidth = 1;
6799
series
.labelToolTip = "";
Common\DataManager\DataSeries.cs (3)
2086
if (value.
series
== null && _emptyPointCustomProperties.
series
!= null)
2088
value.series = _emptyPointCustomProperties.
series
;
Common\General\ChartGraphics3D.cs (15)
808
point.
series
.Name,
931
common.HotRegionsList.AddHotRegion(path, false, (ChartGraphics)this, point, point.
series
.Name, pointIndex);
1075
point.
series
.Name,
1444
Axis vAxis = (firstPoint.dataPoint.
series
.YAxisType == AxisType.Primary) ? area.AxisY : area.AxisY2;
2470
Series series = firstPoint.dataPoint.
series
;
2507
if(leftPointAttr.dataPoint.
series
.EmptyPointStyle.Color == color ||
2508
leftPointAttr.dataPoint.
series
.EmptyPointStyle.Color.A == 255)
2563
if(rightPointAttr.dataPoint.
series
.EmptyPointStyle.Color == color ||
2564
rightPointAttr.dataPoint.
series
.EmptyPointStyle.Color.A == 255)
2704
(neighborDataPoint == null || String.Compare(neighborDataPoint.dataPoint.
series
.Name, point.dataPoint.
series
.Name, StringComparison.Ordinal) == 0))
2718
(neighborDataPoint == null || String.Compare(neighborDataPoint.dataPoint.
series
.Name, point.dataPoint.
series
.Name, StringComparison.Ordinal) == 0))
2737
if (String.Compare(neighborDataPoint.dataPoint.
series
.Name, point3D.dataPoint.
series
.Name, StringComparison.Ordinal) != 0)
Common\General\Legend.cs (1)
2196
point.
series
.XValueType,
Common\General\Selection.cs (11)
2338
result.ChartArea = chart.ChartAreas[dataPoint.
series
.ChartArea];
2351
result.ChartArea = chart.ChartAreas[dataPoint.
series
.ChartArea];
2563
if (dataPoint != null && dataPoint.
series
!= null)
2565
pointIndex = dataPoint.
series
.Points.IndexOf(dataPoint);
2585
if (dataPoint.
series
!= null)
2587
string seriesName = dataPoint.
series
.Name;
2588
int pointIndex = dataPoint.
series
.Points.IndexOf(dataPoint);
2696
dataPointSeries = dataPoint.
series
.Name;
2823
Series series = dataPoint.
series
;
3294
if (point != null && point.
series
!= null)
3298
point.
series
,