9 references to OpenCloseStyle
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\StockChart.cs (8)
674 if(point.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 676 styleType = point[CustomPropertyName.OpenCloseStyle]; 678 else if(ser.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 680 styleType = ser[CustomPropertyName.OpenCloseStyle]; 1499 if(point.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 1501 styleType = point[CustomPropertyName.OpenCloseStyle]; 1503 else if(ser.IsCustomPropertySet(CustomPropertyName.OpenCloseStyle)) 1505 styleType = ser[CustomPropertyName.OpenCloseStyle];
Common\Utilities\CustomAttributesRegistry.cs (1)
728 CustomPropertyName.OpenCloseStyle,