8 references to MarkerSize
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3091
if(!IsCustomPropertySet(CommonCustomProperties.
MarkerSize
))
3092
SetAttributeObject(CommonCustomProperties.
MarkerSize
, 5);
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);
6062
return CheckIfSerializationRequired(CommonCustomProperties.
MarkerSize
);
6535
ResetProperty(CommonCustomProperties.
MarkerSize
);