88 references to SetAttributeObject
System.Windows.Forms.DataVisualization (88)
Common\DataManager\DataPoint.cs (87)
3082 SetAttributeObject(CommonCustomProperties.ToolTip, ""); 3084 SetAttributeObject(CommonCustomProperties.LegendToolTip, ""); 3086 SetAttributeObject(CommonCustomProperties.Color, Color.Empty); 3088 SetAttributeObject(CommonCustomProperties.IsValueShownAsLabel, false); 3090 SetAttributeObject(CommonCustomProperties.MarkerStyle, MarkerStyle.None); 3092 SetAttributeObject(CommonCustomProperties.MarkerSize, 5); 3094 SetAttributeObject(CommonCustomProperties.MarkerImage, ""); 3096 SetAttributeObject(CommonCustomProperties.Label, ""); 3098 SetAttributeObject(CommonCustomProperties.BorderWidth, 1); 3100 SetAttributeObject(CommonCustomProperties.BorderDashStyle, ChartDashStyle.Solid); 3104 SetAttributeObject(CommonCustomProperties.AxisLabel, ""); 3106 SetAttributeObject(CommonCustomProperties.LabelFormat, ""); 3108 SetAttributeObject(CommonCustomProperties.BorderColor, Color.Empty); 3110 SetAttributeObject(CommonCustomProperties.BackImage, ""); 3112 SetAttributeObject(CommonCustomProperties.BackImageWrapMode, ChartImageWrapMode.Tile); 3114 SetAttributeObject(CommonCustomProperties.BackImageAlignment, ChartImageAlignmentStyle.TopLeft); 3116 SetAttributeObject(CommonCustomProperties.BackImageTransparentColor, Color.Empty); 3118 SetAttributeObject(CommonCustomProperties.BackGradientStyle, GradientStyle.None); 3120 SetAttributeObject(CommonCustomProperties.BackSecondaryColor, Color.Empty); 3122 SetAttributeObject(CommonCustomProperties.BackHatchStyle, ChartHatchStyle.None); 3124 SetAttributeObject(CommonCustomProperties.Font, null); 3126 SetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor, Color.Empty); 3128 SetAttributeObject(CommonCustomProperties.MarkerColor, Color.Empty); 3130 SetAttributeObject(CommonCustomProperties.MarkerBorderColor, Color.Empty); 3132 SetAttributeObject(CommonCustomProperties.MarkerBorderWidth, 1); 3134 SetAttributeObject(CommonCustomProperties.MapAreaAttributes, ""); 3136SetAttributeObject(CommonCustomProperties.PostBackValue, ""); 3139SetAttributeObject(CommonCustomProperties.LabelForeColor, Color.Black); 3141SetAttributeObject(CommonCustomProperties.LabelAngle, 0); 3143 SetAttributeObject(CommonCustomProperties.LabelToolTip, ""); 3145 SetAttributeObject(CommonCustomProperties.LabelUrl, ""); 3147SetAttributeObject(CommonCustomProperties.LabelPostBackValue, ""); 3149 SetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes, ""); 3151 SetAttributeObject(CommonCustomProperties.LabelBackColor, Color.Empty); 3153 SetAttributeObject(CommonCustomProperties.LabelBorderWidth, 1); 3155 SetAttributeObject(CommonCustomProperties.LabelBorderDashStyle, ChartDashStyle.Solid); 3157 SetAttributeObject(CommonCustomProperties.LabelBorderColor, Color.Empty); 3160 SetAttributeObject(CommonCustomProperties.Url, ""); 3162 SetAttributeObject(CommonCustomProperties.LegendUrl, ""); 3164SetAttributeObject(CommonCustomProperties.LegendPostBackValue, ""); 3166 SetAttributeObject(CommonCustomProperties.LegendText, ""); 3168 SetAttributeObject(CommonCustomProperties.LegendMapAreaAttributes, ""); 3170 SetAttributeObject(CommonCustomProperties.IsVisibleInLegend, true); 3293SetAttributeObject(CommonCustomProperties.Label, value); 3352 SetAttributeObject(CommonCustomProperties.AxisLabel, value); 3416 SetAttributeObject(CommonCustomProperties.LabelFormat, value); 3468 SetAttributeObject(CommonCustomProperties.IsValueShownAsLabel, value); 3529 SetAttributeObject(CommonCustomProperties.Color, value); 3582 SetAttributeObject(CommonCustomProperties.BorderColor, value); 3633 SetAttributeObject(CommonCustomProperties.BorderDashStyle, value); 3688 SetAttributeObject(CommonCustomProperties.BorderWidth, value); 3746 SetAttributeObject(CommonCustomProperties.BackImage, value); 3800 SetAttributeObject(CommonCustomProperties.BackImageWrapMode, value); 3857 SetAttributeObject(CommonCustomProperties.BackImageTransparentColor, value); 3909 SetAttributeObject(CommonCustomProperties.BackImageAlignment, value); 3961 SetAttributeObject(CommonCustomProperties.BackGradientStyle, value); 4014 SetAttributeObject(CommonCustomProperties.BackSecondaryColor, value); 4066 SetAttributeObject(CommonCustomProperties.BackHatchStyle, value); 4117 SetAttributeObject(CommonCustomProperties.Font, value); 4177 SetAttributeObject(CommonCustomProperties.LabelForeColor, value); 4232 SetAttributeObject(CommonCustomProperties.LabelAngle, value); 4285 SetAttributeObject(CommonCustomProperties.MarkerStyle, value); 4343 SetAttributeObject(CommonCustomProperties.MarkerSize, value); 4402 SetAttributeObject(CommonCustomProperties.MarkerImage, value); 4456 SetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor, value); 4510 SetAttributeObject(CommonCustomProperties.MarkerColor, value); 4564 SetAttributeObject(CommonCustomProperties.MarkerBorderColor, value); 4622 SetAttributeObject(CommonCustomProperties.MarkerBorderWidth, value); 4807 SetAttributeObject(CommonCustomProperties.ToolTip, value); 4868 SetAttributeObject(CommonCustomProperties.Url, value); 4918 SetAttributeObject(CommonCustomProperties.MapAreaAttributes, value); 4991SetAttributeObject(CommonCustomProperties.PostBackValue, value); 5060 SetAttributeObject(CommonCustomProperties.IsVisibleInLegend, value); 5085 SetAttributeObject(CommonCustomProperties.LegendText, value); 5137 SetAttributeObject(CommonCustomProperties.LegendToolTip, value); 5232 SetAttributeObject(CommonCustomProperties.LabelBackColor, value); 5291 SetAttributeObject(CommonCustomProperties.LabelBorderColor, value); 5343 SetAttributeObject(CommonCustomProperties.LabelBorderDashStyle, value); 5399 SetAttributeObject(CommonCustomProperties.LabelBorderWidth, value); 5424 SetAttributeObject(CommonCustomProperties.LabelToolTip, value); 5485 SetAttributeObject(CommonCustomProperties.LegendUrl, value); 5538 SetAttributeObject(CommonCustomProperties.LegendMapAreaAttributes, value); 5612SetAttributeObject(CommonCustomProperties.LegendPostBackValue, value); 5641 SetAttributeObject(CommonCustomProperties.LabelUrl, value); 5693 SetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes, value); 5767SetAttributeObject(CommonCustomProperties.LabelPostBackValue, value); 5810this.SetAttributeObject(attribute, Series.defaultCustomProperties.GetAttributeObject(attribute));
Common\DataManager\DataSeries.cs (1)
977 dataPoint.SetAttributeObject(CommonCustomProperties.Color, paletteColors[colorIndex]);