362 references to CommonCustomProperties
System.Web.DataVisualization (362)
Common\DataManager\DataPoint.cs (352)
2890internal bool IsCustomPropertySet(CommonCustomProperties property) 2907 string[] AttributesNames = CommonCustomProperties.GetNames(typeof(CommonCustomProperties)); 2912 DeleteCustomProperty((CommonCustomProperties)Enum.Parse(typeof(CommonCustomProperties), commonName)); 2924 internal void DeleteCustomProperty(CommonCustomProperties property) 3006internal object GetAttributeObject(CommonCustomProperties attrib) 3059 internal void SetAttributeObject(CommonCustomProperties attrib, object attributeValue) 3081 if(!IsCustomPropertySet(CommonCustomProperties.ToolTip)) 3082 SetAttributeObject(CommonCustomProperties.ToolTip, ""); 3083 if(!IsCustomPropertySet(CommonCustomProperties.LegendToolTip)) 3084 SetAttributeObject(CommonCustomProperties.LegendToolTip, ""); 3085 if(!IsCustomPropertySet(CommonCustomProperties.Color)) 3086 SetAttributeObject(CommonCustomProperties.Color, Color.Empty); 3087 if(!IsCustomPropertySet(CommonCustomProperties.IsValueShownAsLabel)) 3088 SetAttributeObject(CommonCustomProperties.IsValueShownAsLabel, false); 3089 if(!IsCustomPropertySet(CommonCustomProperties.MarkerStyle)) 3090 SetAttributeObject(CommonCustomProperties.MarkerStyle, MarkerStyle.None); 3091 if(!IsCustomPropertySet(CommonCustomProperties.MarkerSize)) 3092 SetAttributeObject(CommonCustomProperties.MarkerSize, 5); 3093 if(!IsCustomPropertySet(CommonCustomProperties.MarkerImage)) 3094 SetAttributeObject(CommonCustomProperties.MarkerImage, ""); 3095 if(!IsCustomPropertySet(CommonCustomProperties.Label)) 3096 SetAttributeObject(CommonCustomProperties.Label, ""); 3097 if(!IsCustomPropertySet(CommonCustomProperties.BorderWidth)) 3098 SetAttributeObject(CommonCustomProperties.BorderWidth, 1); 3099 if(!IsCustomPropertySet(CommonCustomProperties.BorderDashStyle)) 3100 SetAttributeObject(CommonCustomProperties.BorderDashStyle, ChartDashStyle.Solid); 3103 if(!IsCustomPropertySet(CommonCustomProperties.AxisLabel)) 3104 SetAttributeObject(CommonCustomProperties.AxisLabel, ""); 3105 if(!IsCustomPropertySet(CommonCustomProperties.LabelFormat)) 3106 SetAttributeObject(CommonCustomProperties.LabelFormat, ""); 3107 if(!IsCustomPropertySet(CommonCustomProperties.BorderColor)) 3108 SetAttributeObject(CommonCustomProperties.BorderColor, Color.Empty); 3109 if(!IsCustomPropertySet(CommonCustomProperties.BackImage)) 3110 SetAttributeObject(CommonCustomProperties.BackImage, ""); 3111 if(!IsCustomPropertySet(CommonCustomProperties.BackImageWrapMode)) 3112 SetAttributeObject(CommonCustomProperties.BackImageWrapMode, ChartImageWrapMode.Tile); 3113 if(!IsCustomPropertySet(CommonCustomProperties.BackImageAlignment)) 3114 SetAttributeObject(CommonCustomProperties.BackImageAlignment, ChartImageAlignmentStyle.TopLeft); 3115 if(!IsCustomPropertySet(CommonCustomProperties.BackImageTransparentColor)) 3116 SetAttributeObject(CommonCustomProperties.BackImageTransparentColor, Color.Empty); 3117 if(!IsCustomPropertySet(CommonCustomProperties.BackGradientStyle)) 3118 SetAttributeObject(CommonCustomProperties.BackGradientStyle, GradientStyle.None); 3119 if(!IsCustomPropertySet(CommonCustomProperties.BackSecondaryColor)) 3120 SetAttributeObject(CommonCustomProperties.BackSecondaryColor, Color.Empty); 3121 if(!IsCustomPropertySet(CommonCustomProperties.BackHatchStyle)) 3122 SetAttributeObject(CommonCustomProperties.BackHatchStyle, ChartHatchStyle.None); 3123 if(!IsCustomPropertySet(CommonCustomProperties.Font)) 3124 SetAttributeObject(CommonCustomProperties.Font, null); 3125 if(!IsCustomPropertySet(CommonCustomProperties.MarkerImageTransparentColor)) 3126 SetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor, Color.Empty); 3127 if(!IsCustomPropertySet(CommonCustomProperties.MarkerColor)) 3128 SetAttributeObject(CommonCustomProperties.MarkerColor, Color.Empty); 3129 if(!IsCustomPropertySet(CommonCustomProperties.MarkerBorderColor)) 3130 SetAttributeObject(CommonCustomProperties.MarkerBorderColor, Color.Empty); 3131 if(!IsCustomPropertySet(CommonCustomProperties.MarkerBorderWidth)) 3132 SetAttributeObject(CommonCustomProperties.MarkerBorderWidth, 1); 3133 if(!IsCustomPropertySet(CommonCustomProperties.MapAreaAttributes)) 3134 SetAttributeObject(CommonCustomProperties.MapAreaAttributes, ""); 3135if (!IsCustomPropertySet(CommonCustomProperties.PostBackValue)) 3136SetAttributeObject(CommonCustomProperties.PostBackValue, ""); 3138if (!IsCustomPropertySet(CommonCustomProperties.LabelForeColor)) 3139SetAttributeObject(CommonCustomProperties.LabelForeColor, Color.Black); 3140if (!IsCustomPropertySet(CommonCustomProperties.LabelAngle)) 3141SetAttributeObject(CommonCustomProperties.LabelAngle, 0); 3142if (!IsCustomPropertySet(CommonCustomProperties.LabelToolTip)) 3143 SetAttributeObject(CommonCustomProperties.LabelToolTip, ""); 3144 if(!IsCustomPropertySet(CommonCustomProperties.LabelUrl)) 3145 SetAttributeObject(CommonCustomProperties.LabelUrl, ""); 3146if (!IsCustomPropertySet(CommonCustomProperties.LabelPostBackValue)) 3147SetAttributeObject(CommonCustomProperties.LabelPostBackValue, ""); 3148if (!IsCustomPropertySet(CommonCustomProperties.LabelMapAreaAttributes)) 3149 SetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes, ""); 3150 if(!IsCustomPropertySet(CommonCustomProperties.LabelBackColor)) 3151 SetAttributeObject(CommonCustomProperties.LabelBackColor, Color.Empty); 3152 if(!IsCustomPropertySet(CommonCustomProperties.LabelBorderWidth)) 3153 SetAttributeObject(CommonCustomProperties.LabelBorderWidth, 1); 3154 if(!IsCustomPropertySet(CommonCustomProperties.LabelBorderDashStyle)) 3155 SetAttributeObject(CommonCustomProperties.LabelBorderDashStyle, ChartDashStyle.Solid); 3156 if(!IsCustomPropertySet(CommonCustomProperties.LabelBorderColor)) 3157 SetAttributeObject(CommonCustomProperties.LabelBorderColor, Color.Empty); 3159 if(!IsCustomPropertySet(CommonCustomProperties.Url)) 3160 SetAttributeObject(CommonCustomProperties.Url, ""); 3161 if(!IsCustomPropertySet(CommonCustomProperties.LegendUrl)) 3162 SetAttributeObject(CommonCustomProperties.LegendUrl, ""); 3163if (!IsCustomPropertySet(CommonCustomProperties.LegendPostBackValue)) 3164SetAttributeObject(CommonCustomProperties.LegendPostBackValue, ""); 3165if (!IsCustomPropertySet(CommonCustomProperties.LegendText)) 3166 SetAttributeObject(CommonCustomProperties.LegendText, ""); 3167 if(!IsCustomPropertySet(CommonCustomProperties.LegendMapAreaAttributes)) 3168 SetAttributeObject(CommonCustomProperties.LegendMapAreaAttributes, ""); 3169 if(!IsCustomPropertySet(CommonCustomProperties.IsVisibleInLegend)) 3170 SetAttributeObject(CommonCustomProperties.IsVisibleInLegend, true); 3204return Enum.GetName(typeof(CommonCustomProperties), key); 3261 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Label)) 3263 return (string)GetAttributeObject(CommonCustomProperties.Label); 3273 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.Label); 3293SetAttributeObject(CommonCustomProperties.Label, value); 3319 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.AxisLabel)) 3321 return (string)GetAttributeObject(CommonCustomProperties.AxisLabel); 3331 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.AxisLabel); 3352 SetAttributeObject(CommonCustomProperties.AxisLabel, value); 3384 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelFormat)) 3386 return (string)GetAttributeObject(CommonCustomProperties.LabelFormat); 3396 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelFormat); 3416 SetAttributeObject(CommonCustomProperties.LabelFormat, value); 3441 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.IsValueShownAsLabel)) 3443 return (bool)GetAttributeObject(CommonCustomProperties.IsValueShownAsLabel); 3453 return (bool)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.IsValueShownAsLabel); 3468 SetAttributeObject(CommonCustomProperties.IsValueShownAsLabel, value); 3494 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Color)) 3496 return (Color)GetAttributeObject(CommonCustomProperties.Color); 3506 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.Color); 3524 DeleteCustomProperty(CommonCustomProperties.Color); 3529 SetAttributeObject(CommonCustomProperties.Color, value); 3556 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderColor)) 3558 return (Color)GetAttributeObject(CommonCustomProperties.BorderColor); 3568 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderColor); 3582 SetAttributeObject(CommonCustomProperties.BorderColor, value); 3606 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderDashStyle)) 3608 return (ChartDashStyle)GetAttributeObject(CommonCustomProperties.BorderDashStyle); 3618 return (ChartDashStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderDashStyle); 3633 SetAttributeObject(CommonCustomProperties.BorderDashStyle, value); 3657 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderWidth)) 3659 return (int)GetAttributeObject(CommonCustomProperties.BorderWidth); 3669 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderWidth); 3688 SetAttributeObject(CommonCustomProperties.BorderWidth, value); 3713 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImage)) 3715 return (string)GetAttributeObject(CommonCustomProperties.BackImage); 3725 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImage); 3746 SetAttributeObject(CommonCustomProperties.BackImage, value); 3773 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImageWrapMode)) 3775 return (ChartImageWrapMode)GetAttributeObject(CommonCustomProperties.BackImageWrapMode); 3785 return (ChartImageWrapMode)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImageWrapMode); 3800 SetAttributeObject(CommonCustomProperties.BackImageWrapMode, value); 3830 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImageTransparentColor)) 3832 return (Color)GetAttributeObject(CommonCustomProperties.BackImageTransparentColor); 3842 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImageTransparentColor); 3857 SetAttributeObject(CommonCustomProperties.BackImageTransparentColor, value); 3882 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackImageAlignment)) 3884 return (ChartImageAlignmentStyle)GetAttributeObject(CommonCustomProperties.BackImageAlignment); 3894 return (ChartImageAlignmentStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackImageAlignment); 3909 SetAttributeObject(CommonCustomProperties.BackImageAlignment, value); 3934 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackGradientStyle)) 3936 return (GradientStyle)GetAttributeObject(CommonCustomProperties.BackGradientStyle); 3946 return (GradientStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackGradientStyle); 3961 SetAttributeObject(CommonCustomProperties.BackGradientStyle, value); 3987 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackSecondaryColor)) 3989 return (Color)GetAttributeObject(CommonCustomProperties.BackSecondaryColor); 3999 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackSecondaryColor); 4014 SetAttributeObject(CommonCustomProperties.BackSecondaryColor, value); 4039 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackHatchStyle)) 4041 return (ChartHatchStyle)GetAttributeObject(CommonCustomProperties.BackHatchStyle); 4051 return (ChartHatchStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackHatchStyle); 4066 SetAttributeObject(CommonCustomProperties.BackHatchStyle, value); 4090 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Font)) 4092Font font = GetAttributeObject(CommonCustomProperties.Font) as Font; 4117 SetAttributeObject(CommonCustomProperties.Font, value); 4143 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelForeColor)) 4145 Color color = (Color)GetAttributeObject(CommonCustomProperties.LabelForeColor); 4156 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelForeColor); 4177 SetAttributeObject(CommonCustomProperties.LabelForeColor, value); 4201 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelAngle)) 4203 return (int)GetAttributeObject(CommonCustomProperties.LabelAngle); 4213 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelAngle); 4232 SetAttributeObject(CommonCustomProperties.LabelAngle, value); 4258 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerStyle)) 4260 return (MarkerStyle)GetAttributeObject(CommonCustomProperties.MarkerStyle); 4270 return (MarkerStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerStyle); 4285 SetAttributeObject(CommonCustomProperties.MarkerStyle, value); 4316 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerSize)) 4318 return (int)GetAttributeObject(CommonCustomProperties.MarkerSize); 4328 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerSize); 4343 SetAttributeObject(CommonCustomProperties.MarkerSize, value); 4369 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerImage)) 4371 return (string)GetAttributeObject(CommonCustomProperties.MarkerImage); 4381 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerImage); 4402 SetAttributeObject(CommonCustomProperties.MarkerImage, value); 4429 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerImageTransparentColor)) 4431 return (Color)GetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor); 4441 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor); 4456 SetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor, value); 4483 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerColor)) 4485 return (Color)GetAttributeObject(CommonCustomProperties.MarkerColor); 4495 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerColor); 4510 SetAttributeObject(CommonCustomProperties.MarkerColor, value); 4537 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerBorderColor)) 4539 return (Color)GetAttributeObject(CommonCustomProperties.MarkerBorderColor); 4549 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerBorderColor); 4564 SetAttributeObject(CommonCustomProperties.MarkerBorderColor, value); 4591 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerBorderWidth)) 4593 return (int)GetAttributeObject(CommonCustomProperties.MarkerBorderWidth); 4603 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerBorderWidth); 4622 SetAttributeObject(CommonCustomProperties.MarkerBorderWidth, value); 4682 string[] attributesNames = CommonCustomProperties.GetNames(typeof(CommonCustomProperties)); 4727 Array enumValues = Enum.GetValues(typeof(CommonCustomProperties)); 4730 if(IsCustomPropertySet((CommonCustomProperties)val)) 4807 SetAttributeObject(CommonCustomProperties.ToolTip, value); 4822 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.ToolTip)) 4824 return (String)GetAttributeObject(CommonCustomProperties.ToolTip); 4834 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.ToolTip); 4868 SetAttributeObject(CommonCustomProperties.Url, value); 4876 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Url)) 4878 return (String)GetAttributeObject(CommonCustomProperties.Url); 4888 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.Url); 4918 SetAttributeObject(CommonCustomProperties.MapAreaAttributes, value); 4926 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MapAreaAttributes)) 4928 return (String)GetAttributeObject(CommonCustomProperties.MapAreaAttributes); 4938 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MapAreaAttributes); 4965if (properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.PostBackValue)) 4967return (String)GetAttributeObject(CommonCustomProperties.PostBackValue); 4977return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.PostBackValue); 4991SetAttributeObject(CommonCustomProperties.PostBackValue, value); 5034 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.IsVisibleInLegend)) 5036 return (bool)GetAttributeObject(CommonCustomProperties.IsVisibleInLegend); 5046 return (bool)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.IsVisibleInLegend); 5060 SetAttributeObject(CommonCustomProperties.IsVisibleInLegend, value); 5085 SetAttributeObject(CommonCustomProperties.LegendText, value); 5094 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendText)) 5096 return (String)GetAttributeObject(CommonCustomProperties.LegendText); 5106 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendText); 5137 SetAttributeObject(CommonCustomProperties.LegendToolTip, value); 5152 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendToolTip)) 5154 return (String)GetAttributeObject(CommonCustomProperties.LegendToolTip); 5164 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendToolTip); 5200 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBackColor)) 5202 return (Color)GetAttributeObject(CommonCustomProperties.LabelBackColor); 5212 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBackColor); 5232 SetAttributeObject(CommonCustomProperties.LabelBackColor, value); 5259 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBorderColor)) 5261 return (Color)GetAttributeObject(CommonCustomProperties.LabelBorderColor); 5271 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBorderColor); 5291 SetAttributeObject(CommonCustomProperties.LabelBorderColor, value); 5316 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBorderDashStyle)) 5318 return (ChartDashStyle)GetAttributeObject(CommonCustomProperties.LabelBorderDashStyle); 5328 return (ChartDashStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBorderDashStyle); 5343 SetAttributeObject(CommonCustomProperties.LabelBorderDashStyle, value); 5368 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBorderWidth)) 5370 return (int)GetAttributeObject(CommonCustomProperties.LabelBorderWidth); 5380 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBorderWidth); 5399 SetAttributeObject(CommonCustomProperties.LabelBorderWidth, value); 5424 SetAttributeObject(CommonCustomProperties.LabelToolTip, value); 5439 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelToolTip)) 5441 return (String)GetAttributeObject(CommonCustomProperties.LabelToolTip); 5451 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelToolTip); 5485 SetAttributeObject(CommonCustomProperties.LegendUrl, value); 5493 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendUrl)) 5495 return (String)GetAttributeObject(CommonCustomProperties.LegendUrl); 5505 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendUrl); 5538 SetAttributeObject(CommonCustomProperties.LegendMapAreaAttributes, value); 5546 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendMapAreaAttributes)) 5548 return (String)GetAttributeObject(CommonCustomProperties.LegendMapAreaAttributes); 5558 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendMapAreaAttributes); 5586if (properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendPostBackValue)) 5588return (String)GetAttributeObject(CommonCustomProperties.LegendPostBackValue); 5598return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendPostBackValue); 5612SetAttributeObject(CommonCustomProperties.LegendPostBackValue, value); 5641 SetAttributeObject(CommonCustomProperties.LabelUrl, value); 5649 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelUrl)) 5651 return (String)GetAttributeObject(CommonCustomProperties.LabelUrl); 5661 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelUrl); 5693 SetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes, value); 5701 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelMapAreaAttributes)) 5703 return (String)GetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes); 5713 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes); 5741if (properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelPostBackValue)) 5743return (String)GetAttributeObject(CommonCustomProperties.LabelPostBackValue); 5753return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelPostBackValue); 5767SetAttributeObject(CommonCustomProperties.LabelPostBackValue, value); 5784private bool CheckIfSerializationRequired(CommonCustomProperties attribute) 5802 private void ResetProperty(CommonCustomProperties attribute) 5821 return CheckIfSerializationRequired(CommonCustomProperties.Label); 5833 return CheckIfSerializationRequired(CommonCustomProperties.AxisLabel); 5845 return CheckIfSerializationRequired(CommonCustomProperties.LabelFormat); 5857 return CheckIfSerializationRequired(CommonCustomProperties.IsValueShownAsLabel); 5869 return CheckIfSerializationRequired(CommonCustomProperties.Color); 5881 return CheckIfSerializationRequired(CommonCustomProperties.BorderColor); 5893 return CheckIfSerializationRequired(CommonCustomProperties.BorderDashStyle); 5905 return CheckIfSerializationRequired(CommonCustomProperties.BorderWidth); 5917 return CheckIfSerializationRequired(CommonCustomProperties.MarkerBorderWidth); 5929 return CheckIfSerializationRequired(CommonCustomProperties.BackImage); 5941 return CheckIfSerializationRequired(CommonCustomProperties.BackImageWrapMode); 5953 return CheckIfSerializationRequired(CommonCustomProperties.BackImageTransparentColor); 5965 return CheckIfSerializationRequired(CommonCustomProperties.BackImageAlignment); 5977 return CheckIfSerializationRequired(CommonCustomProperties.BackGradientStyle); 5989 return CheckIfSerializationRequired(CommonCustomProperties.BackSecondaryColor); 6001 return CheckIfSerializationRequired(CommonCustomProperties.BackHatchStyle); 6013 return CheckIfSerializationRequired(CommonCustomProperties.Font); 6026 return CheckIfSerializationRequired(CommonCustomProperties.LabelForeColor); 6038 return CheckIfSerializationRequired(CommonCustomProperties.LabelAngle); 6050 return CheckIfSerializationRequired(CommonCustomProperties.MarkerStyle); 6062 return CheckIfSerializationRequired(CommonCustomProperties.MarkerSize); 6074 return CheckIfSerializationRequired(CommonCustomProperties.MarkerImage); 6086 return CheckIfSerializationRequired(CommonCustomProperties.MarkerImageTransparentColor); 6098 return CheckIfSerializationRequired(CommonCustomProperties.MarkerColor); 6110 return CheckIfSerializationRequired(CommonCustomProperties.MarkerBorderColor); 6122 return CheckIfSerializationRequired(CommonCustomProperties.ToolTip); 6136 return CheckIfSerializationRequired(CommonCustomProperties.Url); 6148 return CheckIfSerializationRequired(CommonCustomProperties.MapAreaAttributes); 6159return CheckIfSerializationRequired(CommonCustomProperties.PostBackValue); 6171 return CheckIfSerializationRequired(CommonCustomProperties.LegendUrl); 6183 return CheckIfSerializationRequired(CommonCustomProperties.LegendMapAreaAttributes); 6197 return CheckIfSerializationRequired(CommonCustomProperties.LabelUrl); 6209 return CheckIfSerializationRequired(CommonCustomProperties.LabelMapAreaAttributes); 6225 return CheckIfSerializationRequired(CommonCustomProperties.IsVisibleInLegend); 6237 return CheckIfSerializationRequired(CommonCustomProperties.LegendText); 6249 return CheckIfSerializationRequired(CommonCustomProperties.LegendToolTip); 6263 return CheckIfSerializationRequired(CommonCustomProperties.LabelToolTip); 6275 return CheckIfSerializationRequired(CommonCustomProperties.LabelBackColor); 6287 return CheckIfSerializationRequired(CommonCustomProperties.LabelBorderColor); 6299 return CheckIfSerializationRequired(CommonCustomProperties.LabelBorderDashStyle); 6311 return CheckIfSerializationRequired(CommonCustomProperties.LabelBorderWidth); 6324 ResetProperty(CommonCustomProperties.Label); 6336 ResetProperty(CommonCustomProperties.AxisLabel); 6348 ResetProperty(CommonCustomProperties.LabelFormat); 6360 ResetProperty(CommonCustomProperties.IsValueShownAsLabel); 6372 ResetProperty(CommonCustomProperties.Color); 6384 ResetProperty(CommonCustomProperties.BorderColor); 6396 ResetProperty(CommonCustomProperties.BorderDashStyle); 6408 ResetProperty(CommonCustomProperties.BorderWidth); 6422 ResetProperty(CommonCustomProperties.MarkerBorderWidth); 6436 ResetProperty(CommonCustomProperties.BackImage); 6448 ResetProperty(CommonCustomProperties.BackImageWrapMode); 6460 ResetProperty(CommonCustomProperties.BackImageTransparentColor); 6472 ResetProperty(CommonCustomProperties.BackSecondaryColor); 6484 ResetProperty(CommonCustomProperties.BackHatchStyle); 6496ResetProperty(CommonCustomProperties.Font); 6511 ResetProperty(CommonCustomProperties.LabelAngle); 6523 ResetProperty(CommonCustomProperties.MarkerStyle); 6535 ResetProperty(CommonCustomProperties.MarkerSize); 6547 ResetProperty(CommonCustomProperties.MarkerImage); 6559 ResetProperty(CommonCustomProperties.MarkerImageTransparentColor); 6571 ResetProperty(CommonCustomProperties.MarkerColor); 6583 ResetProperty(CommonCustomProperties.MarkerBorderColor); 6595 ResetProperty(CommonCustomProperties.ToolTip); 6616 ResetProperty(CommonCustomProperties.Url); 6628 ResetProperty(CommonCustomProperties.MapAreaAttributes); 6639ResetProperty(CommonCustomProperties.PostBackValue); 6651 ResetProperty(CommonCustomProperties.LegendUrl); 6663 ResetProperty(CommonCustomProperties.LegendMapAreaAttributes); 6677 ResetProperty(CommonCustomProperties.LabelUrl); 6689 ResetProperty(CommonCustomProperties.LabelMapAreaAttributes); 6704 ResetProperty(CommonCustomProperties.IsVisibleInLegend); 6716 ResetProperty(CommonCustomProperties.LegendText); 6728 ResetProperty(CommonCustomProperties.LegendToolTip); 6749 ResetProperty(CommonCustomProperties.LabelBackColor); 6761 ResetProperty(CommonCustomProperties.LabelBorderColor); 6773 ResetProperty(CommonCustomProperties.LabelBorderDashStyle); 6785 ResetProperty(CommonCustomProperties.LabelBorderWidth); 6797 ResetProperty(CommonCustomProperties.LabelToolTip);
Common\DataManager\DataSeries.cs (2)
975 if((!dataPoint.IsCustomPropertySet(CommonCustomProperties.Color) || dataPoint.tempColorIsSet ) && !dataPoint.IsEmpty) 977 dataPoint.SetAttributeObject(CommonCustomProperties.Color, paletteColors[colorIndex]);
Common\General\ChartGraphics.cs (4)
1572string oldToolTip = point.IsCustomPropertySet( CommonCustomProperties.ToolTip) ? point.ToolTip : null; 1573 string oldUrl = point.IsCustomPropertySet( CommonCustomProperties.Url) ? point.Url : null; 1574 string oldMapAreaAttributes = point.IsCustomPropertySet( CommonCustomProperties.MapAreaAttributes) ? point.MapAreaAttributes : null; 1575string oldPostback = point.IsCustomPropertySet( CommonCustomProperties.PostBackValue) ? point.PostBackValue : null;
Common\Utilities\XmlSerializer.cs (4)
1631CommonCustomProperties propertyType = (CommonCustomProperties)((int)entry.Key); 2501CommonCustomProperties propertyType = (CommonCustomProperties)((int)entry.Key);